summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-22 15:46:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-22 15:46:42 -0400
commit1126eca73237dd2d903a45b2b873503e1fc838fd (patch)
treeb1131964790d41eae1041b9f6881cccaf9de2bcd
parentc352d09603bb963197e221f7529fc7a8db86e606 (diff)
close, already implemented via a different todo
-rw-r--r--doc/todo/find_unused_in_any_commit.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/find_unused_in_any_commit.mdwn b/doc/todo/find_unused_in_any_commit.mdwn
index 11bbbd726..cfe2faab8 100644
--- a/doc/todo/find_unused_in_any_commit.mdwn
+++ b/doc/todo/find_unused_in_any_commit.mdwn
@@ -12,3 +12,6 @@ the whole commit history if there were no more objects to check. Still,
gonna be slooow. Another optimisation would be to get only the objects
changed by the commit, and not look at the whole tree as it appeared on
each commit. --[[Joey]]
+
+> Closing, --used-refspec allows doing this kind of thing.
+> (It can indeed make it slow!) [[done]] --[[Joey]]