Skip to content

Commit 84f1873

Browse files
committed
Autogenerated HTML docs for v2.46.0-rc1
1 parent d6b0be5 commit 84f1873

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+98
-90
lines changed

DecisionMaking.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Decision-Making Process in the Git Project</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstContribution.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Contribution to the Git Project</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstObjectWalk.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Object Walk</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

RelNotes/2.46.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,4 @@ Fixes since v2.45
451451
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
452452
(merge 428c40da61 ri/doc-show-branch-fix later to maint).
453453
(merge 58696bfcaa jc/where-is-bash-for-ci later to maint).
454+
(merge 616e94ca24 tb/doc-max-tree-depth-fix later to maint).

ReviewingGuidelines.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Reviewing Patches in the Git Project</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

SubmittingPatches.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Submitting Patches</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">
@@ -1708,7 +1708,7 @@ <h3 id="_gnus">Gnus</h3>
17081708
<div id="footer">
17091709
<div id="footer-text">
17101710
Last updated
1711-
2024-07-12 09:18:17 PDT
1711+
2024-07-18 09:52:51 PDT
17121712
</div>
17131713
</div>
17141714
</body>

ToolsForGit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Tools for developing Git</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

everyday.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Everyday Git With 20 Commands Or So</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

git-bisect-lk2009.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
<h1>Fighting regressions with git bisect</h1>
738738
<span id="author">Christian Couder</span><br />
739739
<span id="email"><code>&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</code></span><br />
740-
<span id="revdate">2024-07-12</span>
740+
<span id="revdate">2024-07-18</span>
741741
</div>
742742
<div id="content">
743743
<div class="sect1">

git-config.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4969,7 +4969,8 @@ <h3 id="_variables">Variables</h3>
49694969
The maximum depth Git is willing to recurse while traversing a
49704970
tree (e.g., "a/b/cde/f" has a depth of 4). This is a fail-safe
49714971
to allow Git to abort cleanly, and should not generally need to
4972-
be adjusted. The default is 4096.
4972+
be adjusted. When Git is compiled with MSVC, the default is 512.
4973+
Otherwise, the default is 2048.
49734974
</p>
49744975
</dd>
49754976
<dt class="hdlist1">

git-remote-helpers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>git-remote-helpers</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

git-tools.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Git Tools</h1>
738-
<span id="revdate">2024-07-12</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

gitglossary.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ <h2 id="_description">DESCRIPTION</h2>
16841684
</dt>
16851685
<dd>
16861686
<p>
1687-
A name that that points to an <a href="#def_object_name">object name</a> or
1687+
A name that points to an <a href="#def_object_name">object name</a> or
16881688
another ref (the latter is called a <a href="#def_symref">symbolic ref</a>).
16891689
For convenience, a ref can sometimes be abbreviated when used
16901690
as an argument to a Git command; see <a href="gitrevisions.html">gitrevisions(7)</a>

gitpacking.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -1015,39 +1015,39 @@ <h3 id="_examples">Examples</h3>
10151015
<div class="paragraph"><p>Suppose that you have a repository with a large number of references,
10161016
and you want a bare-bones configuration of pseudo-merge bitmaps that
10171017
will enhance bitmap coverage of the <code>refs/</code> namespace. You may start
1018-
wiht a configuration like so:</p></div>
1019-
<div class="literalblock">
1018+
with a configuration like so:</p></div>
1019+
<div class="listingblock">
10201020
<div class="content">
10211021
<pre><code>[bitmapPseudoMerge "all"]
1022-
pattern = "refs/"
1023-
threshold = now
1024-
stableThreshold = never
1025-
sampleRate = 100
1026-
maxMerges = 64</code></pre>
1022+
pattern = "refs/"
1023+
threshold = now
1024+
stableThreshold = never
1025+
sampleRate = 100
1026+
maxMerges = 64</code></pre>
10271027
</div></div>
10281028
<div class="paragraph"><p>This will create pseudo-merge bitmaps for all references, regardless of
10291029
their age, and group them into 64 pseudo-merge commits.</p></div>
10301030
<div class="paragraph"><p>If you wanted to separate tags from branches when generating
10311031
pseudo-merge commits, you would instead define the pattern with a
10321032
capture group, like so:</p></div>
1033-
<div class="literalblock">
1033+
<div class="listingblock">
10341034
<div class="content">
10351035
<pre><code>[bitmapPseudoMerge "all"]
1036-
pattern = "refs/(heads/tags)/"</code></pre>
1036+
pattern = "refs/(heads/tags)/"</code></pre>
10371037
</div></div>
10381038
<div class="paragraph"><p>Suppose instead that you are working in a fork-network repository, with
10391039
each fork specified by some numeric ID, and whose refs reside in
10401040
<code>refs/virtual/NNN/</code> (where <code>NNN</code> is the numeric ID corresponding to some
10411041
fork) in the network. In this instance, you may instead write something
10421042
like:</p></div>
1043-
<div class="literalblock">
1043+
<div class="listingblock">
10441044
<div class="content">
10451045
<pre><code>[bitmapPseudoMerge "all"]
1046-
pattern = "refs/virtual/([0-9]+)/(heads|tags)/"
1047-
threshold = now
1048-
stableThreshold = never
1049-
sampleRate = 100
1050-
maxMerges = 64</code></pre>
1046+
pattern = "refs/virtual/([0-9]+)/(heads|tags)/"
1047+
threshold = now
1048+
stableThreshold = never
1049+
sampleRate = 100
1050+
maxMerges = 64</code></pre>
10511051
</div></div>
10521052
<div class="paragraph"><p>Which would generate pseudo-merge group identifiers like "1234-heads",
10531053
and "5678-tags" (for branches in fork "1234", and tags in remote "5678",
@@ -1073,7 +1073,7 @@ <h2 id="_git">GIT</h2>
10731073
<div id="footer">
10741074
<div id="footer-text">
10751075
Last updated
1076-
2024-06-24 17:32:59 PDT
1076+
2024-07-18 09:52:44 PDT
10771077
</div>
10781078
</div>
10791079
</body>

gitpacking.txt

+10-4
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,16 @@ include::config/bitmap-pseudo-merge.txt[]
143143
Suppose that you have a repository with a large number of references,
144144
and you want a bare-bones configuration of pseudo-merge bitmaps that
145145
will enhance bitmap coverage of the `refs/` namespace. You may start
146-
wiht a configuration like so:
146+
with a configuration like so:
147147

148-
[bitmapPseudoMerge "all"]
148+
----
149+
[bitmapPseudoMerge "all"]
149150
pattern = "refs/"
150151
threshold = now
151152
stableThreshold = never
152153
sampleRate = 100
153154
maxMerges = 64
155+
----
154156

155157
This will create pseudo-merge bitmaps for all references, regardless of
156158
their age, and group them into 64 pseudo-merge commits.
@@ -159,21 +161,25 @@ If you wanted to separate tags from branches when generating
159161
pseudo-merge commits, you would instead define the pattern with a
160162
capture group, like so:
161163

162-
[bitmapPseudoMerge "all"]
164+
----
165+
[bitmapPseudoMerge "all"]
163166
pattern = "refs/(heads/tags)/"
167+
----
164168

165169
Suppose instead that you are working in a fork-network repository, with
166170
each fork specified by some numeric ID, and whose refs reside in
167171
`refs/virtual/NNN/` (where `NNN` is the numeric ID corresponding to some
168172
fork) in the network. In this instance, you may instead write something
169173
like:
170174

171-
[bitmapPseudoMerge "all"]
175+
----
176+
[bitmapPseudoMerge "all"]
172177
pattern = "refs/virtual/([0-9]+)/(heads|tags)/"
173178
threshold = now
174179
stableThreshold = never
175180
sampleRate = 100
176181
maxMerges = 64
182+
----
177183

178184
Which would generate pseudo-merge group identifiers like "1234-heads",
179185
and "5678-tags" (for branches in fork "1234", and tags in remote "5678",

glossary-content.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ The following pseudorefs are known to Git:
550550
to the result.
551551

552552
[[def_ref]]ref::
553-
A name that that points to an <<def_object_name,object name>> or
553+
A name that points to an <<def_object_name,object name>> or
554554
another ref (the latter is called a <<def_symref,symbolic ref>>).
555555
For convenience, a ref can sometimes be abbreviated when used
556556
as an argument to a Git command; see linkgit:gitrevisions[7]

howto-index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Git Howto Index</h1>
738-
<span id="revdate">2024-07-12</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -896,7 +896,7 @@ <h1>Git Howto Index</h1>
896896
<div id="footer">
897897
<div id="footer-text">
898898
Last updated
899-
2024-07-12 09:18:14 PDT
899+
2024-07-18 09:52:49 PDT
900900
</div>
901901
</div>
902902
</body>

howto/coordinate-embargoed-releases.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h3 id="_example_mail_to_a_href_mailto_oss_security_lists_openwall_com_oss_secur
10381038
<div id="footer">
10391039
<div id="footer-text">
10401040
Last updated
1041-
2024-07-17 13:35:44 PDT
1041+
2024-07-18 09:52:51 PDT
10421042
</div>
10431043
</div>
10441044
</body>

howto/keep-canonical-history-correct.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Keep authoritative canonical history correct with git pull</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -939,7 +939,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
939939
<div id="footer">
940940
<div id="footer-text">
941941
Last updated
942-
2024-07-17 13:35:44 PDT
942+
2024-07-18 09:52:50 PDT
943943
</div>
944944
</div>
945945
</body>

howto/maintain-git.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to maintain Git</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">
@@ -1479,7 +1479,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
14791479
<div id="footer">
14801480
<div id="footer-text">
14811481
Last updated
1482-
2024-07-17 13:35:44 PDT
1482+
2024-07-18 09:52:51 PDT
14831483
</div>
14841484
</div>
14851485
</body>

howto/new-command.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to integrate new subcommands</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -864,7 +864,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
864864
<div id="footer">
865865
<div id="footer-text">
866866
Last updated
867-
2024-07-17 13:35:43 PDT
867+
2024-07-18 09:52:49 PDT
868868
</div>
869869
</div>
870870
</body>

howto/rebase-from-internal-branch.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to rebase from an internal branch</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -896,7 +896,7 @@ <h1>How to rebase from an internal branch</h1>
896896
<div id="footer">
897897
<div id="footer-text">
898898
Last updated
899-
2024-07-17 13:35:44 PDT
899+
2024-07-18 09:52:50 PDT
900900
</div>
901901
</div>
902902
</body>

howto/rebuild-from-update-hook.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to rebuild from update hook</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -848,7 +848,7 @@ <h1>How to rebuild from update hook</h1>
848848
<div id="footer">
849849
<div id="footer-text">
850850
Last updated
851-
2024-07-17 13:35:44 PDT
851+
2024-07-18 09:52:50 PDT
852852
</div>
853853
</div>
854854
</body>

howto/recover-corrupted-blob-object.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to recover a corrupted blob object</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -881,7 +881,7 @@ <h1>How to recover a corrupted blob object</h1>
881881
<div id="footer">
882882
<div id="footer-text">
883883
Last updated
884-
2024-07-17 13:35:44 PDT
884+
2024-07-18 09:52:50 PDT
885885
</div>
886886
</div>
887887
</body>

howto/recover-corrupted-object-harder.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to recover an object from scratch</h1>
738-
<span id="revdate">2024-07-17</span>
738+
<span id="revdate">2024-07-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -1190,7 +1190,7 @@ <h2 id="_the_adventure_continues_8230">The adventure continues&#8230;</h2>
11901190
<div id="footer">
11911191
<div id="footer-text">
11921192
Last updated
1193-
2024-07-17 13:35:44 PDT
1193+
2024-07-18 09:52:50 PDT
11941194
</div>
11951195
</div>
11961196
</body>

0 commit comments

Comments
 (0)