]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
builtin "git prune"
authorLinus Torvalds <torvalds@osdl.org>
Thu, 6 Jul 2006 17:16:22 +0000 (10:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Jul 2006 07:57:22 +0000 (00:57 -0700)
commitba84a797e76c27932e0b317c7ce54925e81093f7
tree7236401136c1c8195008556a5e0eac087e04cc15
parent88f0d5d7d95f815d2e8a36a8ceb7459dbd90992c
builtin "git prune"

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>
Makefile
builtin-prune.c [new file with mode: 0644]
builtin.h
git-prune.sh [deleted file]
git.c