]> dgit.raspbian.org Git - git-annex.git/blob
dcba5d142013ba789b8ef372f25e9dc5702229e2
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 10"""
4  date="2018-08-09T19:52:50Z"
5  content="""
6 Ben, I can reproduce that, but the file appearing modified in git status 
7 is a known  problem documented in [[todo/smudge]]. It's one
8 of the primary reasons that v6 mode remains experiemental.
9
10 While `git commit -a` in that clone does cause the file to be converted
11 from git to annex, touching the file and committing has the same effect. If
12 you want to juggle annexed and non-annexed files in a v6 repository without
13 letting annex.largefiles tell git-annex what to do, you have to manually
14 tell it what to do every time the file is staged. When you `git commit -a`,
15 you stage the file and so you need to include `-c annex.largefiles=nothing`
16 to keep it from transitioning to the annex.
17
18 It think it might make sense to get v6 working to the point that it's
19 non-experimental before worrying about such a marginal edge case as this.
20 """]]