From 229a72fb72443e80e586bddb6b03b44bbb0ce140 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 16 May 2008 00:47:56 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.5.1-308-g1fbb --- git-prune.html | 6 ++++-- git-prune.txt | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) 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 ------- -- 2.26.2