summaryrefslogtreecommitdiff
path: root/builtin-prune.c
Commit message (Collapse)AuthorAgeFilesLines
* builtin-prune.c: forgot TYPE => OBJ changes.Junio C Hamano2006-07-131-3/+3
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* builtin "git prune"Linus Torvalds2006-07-091-0/+259
This actually removes the objects to be pruned, unless you specify "-n" (at which point it will just tell you which files it would prune). This doesn't do the pack-file pruning that the shell-script used to do, but if somebody really wants to, they could add it easily enough. I wonder how useful it is, though, considering that "git repack -a -d" is just a lot more efficient and generates a better end result. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>