diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-07 12:43:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-07 12:43:56 -0400 |
commit | 2356a2557a65073bc61fc909a5806615129114d3 (patch) | |
tree | cb2460b15957628834403bb4f1c30c903dbf09e8 /debian | |
parent | 657f2518895dd055f083140ff644c144cbe72305 (diff) |
Fix direct mode getKeysPresent false positive & also sped up direct mode unused and unannex
unused: In direct mode, files that are deleted from the work tree are no longer incorrectly detected as unused.
Direct mode `git annex info` slows down a bit due to more stringent
checking, but not by a lot.
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 b33f4c9cd..26153c5fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ git-annex (5.20140307) UNRELEASED; urgency=medium * Fix zombie leak and general inneficiency when copying files to a local git repo. * webapp: Added a "Sync now" item to each repository's menu. + * unused: In direct mode, files that are deleted from the work tree + are no longer incorrectly detected as unused. -- Joey Hess <joeyh@debian.org> Thu, 06 Mar 2014 16:17:01 -0400 |