summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
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.html
parent1bbd0f421645c0e5b4a5a9749c0d3e44d55e005d (diff)
downloadgit-htmldocs-d594fb65187bffe54aba4919123e98daf9bfeeb9.tar.gz
Autogenerated HTML docs for v1.6.4-rc2-20-g8f5e3
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 9e8ce808b..6a64d6da3 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -323,7 +323,8 @@ git-pack-objects(1) Manual Page
<div class="verseblock">
<div class="content"><em>git pack-objects</em> [-q] [--no-reuse-delta] [--delta-base-offset] [--non-empty]
[--local] [--incremental] [--window=N] [--depth=N] [--all-progress]
- [--revs [--unpacked | --all]*] [--stdout | base-name] &lt; object-list</div></div>
+ [--revs [--unpacked | --all]*] [--stdout | base-name]
+ [--keep-true-parents] &lt; object-list</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -616,6 +617,15 @@ base-name
64-bit index entries on objects located above the given offset.
</p>
</dd>
+<dt>
+--keep-true-parents
+</dt>
+<dd>
+<p>
+ With this option, parents that are hidden by grafts are packed
+ nevertheless.
+</p>
+</dd>
</dl></div>
</div>
<h2 id="_author">Author</h2>
@@ -638,7 +648,7 @@ base-name
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-07-01 02:30:57 UTC
+Last updated 2009-07-25 09:09:47 UTC
</div>
</div>
</body>