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

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
git-annex (3.20111108) UNRELEASED; urgency=low
* Handle a case where an annexed file is moved into a gitignored directory,
by having fix --force add its change.
-- Joey Hess <joeyh@debian.org> Mon, 07 Nov 2011 18:08:42 -0400
git-annex (3.20111107) unstable; urgency=low
* merge: Use fast-forward merges when possible.