diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-09 13:07:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-09 13:07:31 -0400 |
commit | 14e9b87d44831fe0b6510422ffb4266f253496d7 (patch) | |
tree | ebcd80e5e838a88b40f043e8b82eddd8c3109d13 /debian | |
parent | 3f5f28b48754bc91620a6354ca70afe4c61c9894 (diff) |
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,
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 04e911672..1c27ad566 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |