7 git-prune - Prunes all unreachable objects from the object database
17 This runs `git-fsck-objects --unreachable` using the heads
18 specified on the command line (or `$GIT_DIR/refs/heads/\*` and
19 `$GIT_DIR/refs/tags/\*` if none is specified), and prunes all
20 unreachable objects from the object database. In addition, it
21 prunes the unpacked objects that are also found in packs by
22 running `git prune-packed`.
28 Do not remove anything; just report what it would
34 Written by Linus Torvalds <torvalds@osdl.org>
38 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
42 Part of the link:git.html[git] suite