diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-22 15:46:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-22 15:46:42 -0400 |
commit | 1126eca73237dd2d903a45b2b873503e1fc838fd (patch) | |
tree | b1131964790d41eae1041b9f6881cccaf9de2bcd /doc | |
parent | c352d09603bb963197e221f7529fc7a8db86e606 (diff) |
close, already implemented via a different todo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/find_unused_in_any_commit.mdwn | 3 |
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]] |