This commit is contained in:
parent
513da0f1ef
commit
3ceef4410c
1 changed files with 9 additions and 0 deletions
9
doc/bugs/unannex_vs_unlock_hook_confusion._comment
Normal file
9
doc/bugs/unannex_vs_unlock_hook_confusion._comment
Normal file
|
@ -0,0 +1,9 @@
|
|||
See [[forum/unannex_alternatives]] for problem description.
|
||||
|
||||
If an unannex is followed by a "git add; git commit", git-annex's hook thinks
|
||||
that you have used git annex unlock on the file and are
|
||||
now committing a changed version, and the right thing to do there is to add the
|
||||
new content to the annex and update the symlink accordingly.
|
||||
|
||||
Can we tell the difference between an unannexed file that has yet to be committed
|
||||
and an unlocked file? --[[Joey||
|
Loading…
Reference in a new issue