File: day_550__a_plan_to_finish_v6.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
Dreadfully early this morning I developed a plan for a way to finish the
last v6 blocker, that works around most of the problems with git's smudge 
interface. The only problem with the plan is that it would make both `git
stash` and `git reset --hard` leave unlocked annexed files in an
unpopulated state when their content is available. The user would have to
run git-annex afterwards to fix up after them. All other git checkout,
merge, etc commands would work though.

Not sure how I feel about this plan, but it seems to be the best one so
far, other than going off and trying to improve git's smudge interface again.
I also wrote up [[git_smudge_clean_interface_suboptiomal]] which explains
the problems with git's interface in detail.