Skip to content

Commit 4c32b83

Browse files
committed
Autogenerated HTML docs for v2.46.0-581-g57974
1 parent dc01b60 commit 4c32b83

Some content is hidden

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

46 files changed

+85
-59
lines changed

DecisionMaking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Decision-Making Process in the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

MyFirstContribution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>My First Contribution to the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

MyFirstObjectWalk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>My First Object Walk</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

RelNotes/2.46.1.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,11 @@ Fixes since Git 2.46
5656
behave more or less like "git log -p --remerge-diff" but instead it
5757
crashed, forgetting to prepare a temporary object store needed.
5858

59+
* The patch parser in "git patch-id" has been tightened to avoid
60+
getting confused by lines that look like a patch header in the log
61+
message.
62+
63+
* "git bundle unbundle" outside a repository triggered a BUG()
64+
unnecessarily, which has been corrected.
65+
5966
Also contains minor documentation updates and code clean-ups.

RelNotes/2.47.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ UI, Workflows & Features
5555

5656
* "git pack-redundant" has been marked for removal in Git 3.0.
5757

58+
* One-line messages to "die" and other helper functions will get LF
59+
added by these helper functions, but many existing messages had an
60+
unnecessary LF at the end, which have been corrected.
61+
5862

5963
Performance, Internal Implementation, Development Support etc.
6064
--------------------------------------------------------------
@@ -121,6 +125,9 @@ Performance, Internal Implementation, Development Support etc.
121125
* Make our codebase compilable with the -Werror=unused-parameter
122126
option.
123127

128+
* "git cat-file" works well with the sparse-index, and gets marked as
129+
such.
130+
124131

125132
Fixes since v2.46
126133
-----------------
@@ -205,6 +212,17 @@ Fixes since v2.46
205212
from the output, which has been corrected.
206213
(merge 6bd2ae67a5 jk/free-commit-buffer-of-skipped-commits later to maint).
207214

215+
* "git verify-pack" and "git index-pack" started dying outside a
216+
repository, which has been corrected.
217+
(merge b2dbf97f47 ps/index-pack-outside-repo-fix later to maint).
218+
219+
* A data corruption bug when multi-pack-index is used and the same
220+
objects are stored in multiple packfiles has been corrected.
221+
222+
* "git pack-refs --auto" for the files backend was too aggressive,
223+
which has been a bit tamed.
224+
(merge c3459ae9ef ps/pack-refs-auto-heuristics later to maint).
225+
208226
* Other code cleanup, docfix, build fix, etc.
209227
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
210228
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
@@ -216,3 +234,4 @@ Fixes since v2.46
216234
(merge 4881328617 aa/cat-file-batch-output-doc later to maint).
217235
(merge 1609470409 jc/config-doc-update later to maint).
218236
(merge d4dc0efd7d rj/compat-terminal-unused-fix later to maint).
237+
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).

ReviewingGuidelines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Reviewing Patches in the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

SubmittingPatches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Submitting Patches</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

ToolsForGit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Tools for developing Git</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

everyday.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Everyday Git With 20 Commands Or So</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

git-remote-helpers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>git-remote-helpers</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-10</span>
445+
<span id="revdate">2024-09-12</span>
446446
</div>
447447
</div>
448448
<div id="content">

0 commit comments

Comments
 (0)