From: Junio C Hamano Date: Fri, 16 May 2008 00:47:56 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.5.1-308-g1fbb X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=229a72fb72443e80e586bddb6b03b44bbb0ce140;p=git.git Autogenerated HTML docs for v1.5.5.1-308-g1fbb --- diff --git a/git-prune.html b/git-prune.html index 403d23cc2..f24683834 100644 --- a/git-prune.html +++ b/git-prune.html @@ -287,11 +287,13 @@ git-prune. See the section "NOTES", below.

This runs git-fsck --unreachable using all the refs available in $GIT_DIR/refs, optionally with additional set of -objects specified on the command line, and prunes all +objects specified on the command line, and prunes all unpacked objects unreachable from any of these head objects from the object database. In addition, it prunes the unpacked objects that are also found in packs by running git prune-packed.

+

Note that unreachable, packed objects will remain. If this is +not desired, see git-repack(1).

OPTIONS

@@ -371,7 +373,7 @@ git-fsck's --unreachable option.

diff --git a/git-prune.txt b/git-prune.txt index f92bb8cfa..3178bc44c 100644 --- a/git-prune.txt +++ b/git-prune.txt @@ -18,12 +18,15 @@ git-prune. See the section "NOTES", below. This runs `git-fsck --unreachable` using all the refs available in `$GIT_DIR/refs`, optionally with additional set of -objects specified on the command line, and prunes all +objects specified on the command line, and prunes all unpacked objects unreachable from any of these head objects from the object database. In addition, it prunes the unpacked objects that are also found in packs by running `git prune-packed`. +Note that unreachable, packed objects will remain. If this is +not desired, see linkgit:git-repack[1]. + OPTIONS -------