summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-12 15:46:02 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-12 15:46:02 -0800
commit629edffc595fbc63ec34137cf469c03566f878e5 (patch)
tree4e6a2a3d1bc54d860e1e30cdfcb8fc6a58b43216 /git-rev-list.html
parentc9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e (diff)
downloadgit-htmldocs-629edffc595fbc63ec34137cf469c03566f878e5.tar.gz
Autogenerated HTML docs for v2.3.0-rc0
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index df7a72062..7a48f7d89 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -785,7 +785,8 @@ git-rev-list(1) Manual Page
[ --extended-regexp | -E ]
[ --fixed-strings | -F ]
[ --date=(local|relative|default|iso|iso-strict|rfc|short) ]
- [ [--objects | --objects-edge] [ --unpacked ] ]
+ [ [ --objects | --objects-edge | --objects-edge-aggressive ]
+ [ --unpacked ] ]
[ --pretty | --header ]
[ --bisect ]
[ --bisect-vars ]
@@ -1842,12 +1843,22 @@ together.</p></div>
<p>
Similar to <code>--objects</code>, but also print the IDs of excluded
commits prefixed with a &#8220;-&#8221; character. This is used by
- <a href="git-pack-objects.html">git-pack-objects(1)</a> to build &#8220;thin&#8221; pack, which records
+ <a href="git-pack-objects.html">git-pack-objects(1)</a> to build a &#8220;thin&#8221; pack, which records
objects in deltified form based on objects contained in these
excluded commits to reduce network traffic.
</p>
</dd>
<dt class="hdlist1">
+--objects-edge-aggressive
+</dt>
+<dd>
+<p>
+ Similar to <code>--objects-edge</code>, but it tries harder to find excluded
+ commits at the cost of increased time. This is used instead of
+ <code>--objects-edge</code> to build &#8220;thin&#8221; packs for shallow repositories.
+</p>
+</dd>
+<dt class="hdlist1">
--unpacked
</dt>
<dd>
@@ -2699,7 +2710,7 @@ $ git log -2 --pretty=%h 4da45bef</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-09-19 15:32:09 PDT
+Last updated 2015-01-12 15:41:57 PST
</div>
</div>
</body>