summaryrefslogtreecommitdiffstats
path: root/git-prune.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-16 00:47:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-16 00:47:56 +0000
commit229a72fb72443e80e586bddb6b03b44bbb0ce140 (patch)
treeb5c6fb027ff1cc404058c2b2f007da83216bb03a /git-prune.txt
parent2fbcd210effb63ce172dc7002701b015a4a0f5a2 (diff)
downloadgit-htmldocs-229a72fb72443e80e586bddb6b03b44bbb0ce140.tar.gz
Autogenerated HTML docs for v1.5.5.1-308-g1fbb
Diffstat (limited to 'git-prune.txt')
-rw-r--r--git-prune.txt5
1 files changed, 4 insertions, 1 deletions
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
-------