unused: Add --used option, which can specify a set of refs to consider used, rather than the default of considering all refs used.

This commit is contained in:
Joey Hess 2015-05-14 15:31:38 -04:00
parent a2fd8be337
commit 86699ff861
6 changed files with 116 additions and 25 deletions

View file

@ -95,6 +95,8 @@ paramFile :: String
paramFile = "FILE"
paramRef :: String
paramRef = "REF"
paramRefSpec :: String
paramRefSpec = "REFSPEC"
paramGroup :: String
paramGroup = "GROUP"
paramExpression :: String