Handle a case where an annexed file is moved into a gitignored directory, by having fix --force add its change.

This commit is contained in:
Joey Hess 2011-11-07 18:10:31 -04:00
parent 26d3c3b497
commit faa4935047
3 changed files with 10 additions and 1 deletions

View file

@ -17,3 +17,5 @@ This is the error message:
git-annex: user error (Command xargs ["-0","git","--git-dir=/home/[...]/repo/.git","--work-tree=/home/[...]/repo","add","--"] failed; exit code 123)
failed
git-annex: 1 failed
> Weird edge case.. ok, fixed. [[done]] --[[Joey]]