1git-prune-script(1) 2=================== 3v0.1, May 2005 4 5NAME 6---- 7git-prune-script - Prunes all unreachable objects from the object database 8 9 10SYNOPSIS 11-------- 12'git-prune-script' 13 14DESCRIPTION 15----------- 16This runs "git-fsck-cache --unreachable" program using the heads specified 17on the command line (or `$GIT_DIR/refs/heads/\*` and `$GIT_DIR/refs/tags/\*` 18if none is specified), and prunes all unreachable objects from the object 19database. 20 21 22Author 23------ 24Written by Linus Torvalds <torvalds@osdl.org> 25 26Documentation 27-------------- 28Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. 29 30GIT 31--- 32Part of the link:git.html[git] suite 33