diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-14 15:31:38 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-14 15:31:38 -0400 |
commit | 9ef82700e53d82b38aed603c5c8033d09fe3cf3f (patch) | |
tree | 0cf4f7521c9f7c0d96b4a360f616348946728cd2 /doc/todo/unused_by_refspec.mdwn | |
parent | 76e69deadf246c95ac4a49b7b72af49a742d235b (diff) |
unused: Add --used option, which can specify a set of refs to consider used, rather than the default of considering all refs used.
Diffstat (limited to 'doc/todo/unused_by_refspec.mdwn')
-rw-r--r-- | doc/todo/unused_by_refspec.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/unused_by_refspec.mdwn b/doc/todo/unused_by_refspec.mdwn index 781425264..ea84599bb 100644 --- a/doc/todo/unused_by_refspec.mdwn +++ b/doc/todo/unused_by_refspec.mdwn @@ -33,4 +33,9 @@ refspec in order. the SHAs that the refs point to, so -refs/heads/master does not remove +HEAD). +Hmm, unused currently does a separate pass to find files used in the work +tree. I think it's best to keep that as-is. + --[[Joey]] + +> [[done]] --[[Joey]] |