summaryrefslogtreecommitdiff
path: root/doc/bugs/copy_unused_and_unused_not_agreeing.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-07 12:43:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-07 12:43:56 -0400
commit2356a2557a65073bc61fc909a5806615129114d3 (patch)
treecb2460b15957628834403bb4f1c30c903dbf09e8 /doc/bugs/copy_unused_and_unused_not_agreeing.mdwn
parent657f2518895dd055f083140ff644c144cbe72305 (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 'doc/bugs/copy_unused_and_unused_not_agreeing.mdwn')
-rw-r--r--doc/bugs/copy_unused_and_unused_not_agreeing.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/copy_unused_and_unused_not_agreeing.mdwn b/doc/bugs/copy_unused_and_unused_not_agreeing.mdwn
index 68328ac96..3790a0edf 100644
--- a/doc/bugs/copy_unused_and_unused_not_agreeing.mdwn
+++ b/doc/bugs/copy_unused_and_unused_not_agreeing.mdwn
@@ -46,3 +46,5 @@ copy SHA256E-s293288--30f1367fc326f7b053012818863151206f9e3ddeab3c3fc5b5c1c573d1
copy SHA256E-s3672986--be960f6dc247df2496f634f7d788bd4a180fe556230e2dafc23ebc8fc1f10af3.JPG (checking synology...) ok
$
"""]]
+
+> [[fixed|done]] per my comment --[[Joey]]