summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-13 17:37:19 -0700
committerJunio C Hamano <gitster@pobox.com>2021-04-13 17:37:19 -0700
commit01f192088b110867f7345eaf7c0e7e6eed0c8e16 (patch)
tree890bb16167d303c59970c69066f53525eb88f088 /git-config.html
parentddc69f1abb97b2b9dbf0f9c2d4633db30be2a45c (diff)
downloadgit-htmldocs-01f192088b110867f7345eaf7c0e7e6eed0c8e16.tar.gz
Autogenerated HTML docs for v2.31.1-298-g54a39
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 0fae21f63..9b29bc85a 100644
--- a/git-config.html
+++ b/git-config.html
@@ -8023,6 +8023,24 @@ pack.useSparse
</p>
</dd>
<dt class="hdlist1">
+pack.preferBitmapTips
+</dt>
+<dd>
+<p>
+ When selecting which commits will receive bitmaps, prefer a
+ commit at the tip of any reference that is a suffix of any value
+ of this configuration over any other commits in the "selection
+ window".
+</p>
+<div class="paragraph"><p>Note that setting this configuration to <code>refs/foo</code> does not mean that
+the commits at the tips of <code>refs/foo/bar</code> and <code>refs/foo/baz</code> will
+necessarily be selected. This is because commits are selected for
+bitmaps from within a series of windows of variable length.</p></div>
+<div class="paragraph"><p>If a commit at the tip of any reference which is a suffix of any value
+of this configuration is seen in a window, it is immediately given
+preference over any other commit in that window.</p></div>
+</dd>
+<dt class="hdlist1">
pack.writeBitmaps (deprecated)
</dt>
<dd>