diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-07 18:10:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-07 18:10:31 -0400 |
commit | faa4935047b7083e1970d13f51fbaa6fe7d0fe3d (patch) | |
tree | be7cbf99cc7ffe601602a669219156ba199081a3 /doc | |
parent | 26d3c3b4977405127b52da0cddefe845b855f08f (diff) |
Handle a case where an annexed file is moved into a gitignored directory, by having fix --force add its change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location.mdwn b/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location.mdwn index ca2cf7585..34d05c0b1 100644 --- a/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location.mdwn +++ b/doc/bugs/Error_when_moving_annexed_file_to_a_.gitignored_location.mdwn @@ -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]] |