unannex improvements

Added files don't have to be committed before they can be unannexed.

unannex no longer commits existing staged changes

unannex of the last file in a directory now works, before it failed because
git rm deleted the directory out from under it,
This commit is contained in:
Joey Hess 2011-12-09 13:07:31 -04:00
parent 3f5f28b487
commit 14e9b87d44
2 changed files with 14 additions and 18 deletions

2
debian/changelog vendored
View file

@ -7,6 +7,8 @@ git-annex (3.20111204) UNRELEASED; urgency=low
yet added to git. Running the add again will now clean up this situtation.
* Fix caching of decrypted ciphers, which failed when drop had to check
multiple different encrypted special remotes.
* unannex: Can be run on files that have been added to the annex, but not
yet committed.
-- Joey Hess <joeyh@debian.org> Sun, 04 Dec 2011 12:22:37 -0400