Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call prune-packed from "git prune" as well. | Junio C Hamano | 2005-08-19 | 1 | -4/+12 |
| | | | | | | Add -n (dryrun) flag to git-prune-packed, and call it from "git prune". Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Typofix: usage strings fix. | Junio C Hamano | 2005-07-27 | 1 | -1/+1 |
| | | | | | | | The *_usage strings should not start with "usage: ", since the usage() function gives its own. Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Add "git-prune-packed" that removes objects that exist in a pack. | Linus Torvalds | 2005-07-03 | 1 | -0/+66 |
This, together with "git repack" can be used to clean up unpacked git archives. |