summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-07-25 09:09:54 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-07-25 09:09:54 +0000
commitd594fb65187bffe54aba4919123e98daf9bfeeb9 (patch)
treebd58f81c2f74662510e5d8fc0c43195cf4a1e6bd /git-pack-objects.txt
parent1bbd0f421645c0e5b4a5a9749c0d3e44d55e005d (diff)
downloadgit-htmldocs-d594fb65187bffe54aba4919123e98daf9bfeeb9.tar.gz
Autogenerated HTML docs for v1.6.4-rc2-20-g8f5e3
Diffstat (limited to 'git-pack-objects.txt')
-rw-r--r--git-pack-objects.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-pack-objects.txt b/git-pack-objects.txt
index 7d4c1a755..2e4992970 100644
--- a/git-pack-objects.txt
+++ b/git-pack-objects.txt
@@ -11,7 +11,8 @@ SYNOPSIS
[verse]
'git pack-objects' [-q] [--no-reuse-delta] [--delta-base-offset] [--non-empty]
[--local] [--incremental] [--window=N] [--depth=N] [--all-progress]
- [--revs [--unpacked | --all]*] [--stdout | base-name] < object-list
+ [--revs [--unpacked | --all]*] [--stdout | base-name]
+ [--keep-true-parents] < object-list
DESCRIPTION
@@ -197,6 +198,10 @@ base-name::
to force the version for the generated pack index, and to force
64-bit index entries on objects located above the given offset.
+--keep-true-parents::
+ With this option, parents that are hidden by grafts are packed
+ nevertheless.
+
Author
------