From 323fb55a31e934dd09b68d1534b14da1305fd76e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Oct 2013 11:51:59 -0400 Subject: [PATCH] followup --- doc/bugs/Finding_an_Unused_file.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/bugs/Finding_an_Unused_file.mdwn b/doc/bugs/Finding_an_Unused_file.mdwn index c9d52c08e2..2117558295 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]]