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:
parent
a2fd8be337
commit
86699ff861
6 changed files with 116 additions and 25 deletions
|
@ -95,6 +95,8 @@ paramFile :: String
|
|||
paramFile = "FILE"
|
||||
paramRef :: String
|
||||
paramRef = "REF"
|
||||
paramRefSpec :: String
|
||||
paramRefSpec = "REFSPEC"
|
||||
paramGroup :: String
|
||||
paramGroup = "GROUP"
|
||||
paramExpression :: String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue