addunused: New command, the opposite of dropunused, it relinks unused content into the git repository.

This commit is contained in:
Joey Hess 2012-05-02 14:59:05 -04:00
parent 7d6b36dffb
commit 392931eca9
8 changed files with 145 additions and 64 deletions

View file

@ -61,6 +61,8 @@ paramUrl :: String
paramUrl = "URL"
paramNumber :: String
paramNumber = "NUMBER"
paramNumRange :: String
paramNumRange = "NUM|RANGE"
paramRemote :: String
paramRemote = "REMOTE"
paramGlob :: String