aboutsummaryrefslogtreecommitdiff
path: root/prune-packed.c
Commit message (Collapse)AuthorAge
* Call prune-packed from "git prune" as well.Junio C Hamano2005-08-19
| | | | | | 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 Hamano2005-07-27
| | | | | | | 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 Torvalds2005-07-03
This, together with "git repack" can be used to clean up unpacked git archives.