aboutsummaryrefslogtreecommitdiffstats
path: root/prune-packed.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-19Call prune-packed from "git prune" as well.Junio C Hamano1-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>
2005-07-27Typofix: usage strings fix.Junio C Hamano1-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>
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds1-0/+66
This, together with "git repack" can be used to clean up unpacked git archives.