summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-26 11:51:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-26 11:51:59 -0400
commit47aa0b60f458a393cbe3bbbee684dcf54d66a96d (patch)
tree19f631505d00a9b227ffa3b07450cb0cad2806ce
parent670ee13716e606e93b05e060838b8c6de58bdd6d (diff)
followup
-rw-r--r--doc/bugs/Finding_an_Unused_file.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Finding_an_Unused_file.mdwn b/doc/bugs/Finding_an_Unused_file.mdwn
index c9d52c08e..211755829 100644
--- a/doc/bugs/Finding_an_Unused_file.mdwn
+++ b/doc/bugs/Finding_an_Unused_file.mdwn
@@ -144,3 +144,9 @@ upgrade supported from repository versions: 0 1 2
# End of transcript or log.
"""]]
+
+> If `git log -S` does not find the key, then it was not used for any
+> commit currently in the git repository. Which is certianly possible;
+> for example `git annex add file; git rm file`.
+>
+> This is a dup of [[todo/wishlist: option to print more info with 'unused']]; [[done]] --[[Joey]]