Skip to content

Commit 5e4b812

Browse files
committed
Autogenerated HTML docs for v2.46.2-628-g6258f
1 parent 3bf3aec commit 5e4b812

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-20</span>
445+
<span id="revdate">2024-09-23</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-20</span>
445+
<span id="revdate">2024-09-23</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-20</span>
445+
<span id="revdate">2024-09-23</span>
446446
</div>
447447
</div>
448448
<div id="content">

RelNotes/2.46.2.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ It also reverts the "git patch-id" change that went into 2.46.1,
99
as it seems to have got a regression reported (I haven't verified,
1010
but it is better to keep a known breakage than adding an unintended
1111
regression).
12+
13+
Other than that, a handful of minor bugfixes are included.
14+
15+
* In a few corner cases "git diff --exit-code" failed to report
16+
"changes" (e.g., renamed without any content change), which has
17+
been corrected.
18+
19+
* Cygwin does have /dev/tty support that is needed by things like
20+
single-key input mode.
21+
22+
* The interpret-trailers command failed to recognise the end of the
23+
message when the commit log ends in an incomplete line.

RelNotes/2.47.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Performance, Internal Implementation, Development Support etc.
145145

146146
* The error messages from the test script checker have been improved.
147147

148+
* The convention to calling into built-in command implementation has
149+
been updated to pass the repository, if known, together with the
150+
prefix value.
151+
148152

149153
Fixes since v2.46
150154
-----------------
@@ -267,6 +271,16 @@ Fixes since v2.46
267271
been corrected.
268272
(merge d3edb0bdde jk/git-pm-bare-repo-fix later to maint).
269273

274+
* When a remote-helper dies before Git writes to it, SIGPIPE killed
275+
Git silently. We now explain the situation a bit better to the end
276+
user in our error message.
277+
(merge 6e7fac9bca jk/diag-unexpected-remote-helper-death later to maint).
278+
279+
* A few usability fixes to "git jump" (in contrib/).
280+
(merge 083b82544d jk/jump-quickfix-fixes later to maint).
281+
270282
* Other code cleanup, docfix, build fix, etc.
271283
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
272284
(merge 4460e052e0 jc/range-diff-lazy-setup later to maint).
285+
(merge 0627c58e7a ak/typofixes later to maint).
286+
(merge 83799f1500 jk/t9001-deflake 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-20</span>
445+
<span id="revdate">2024-09-23</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-20</span>
445+
<span id="revdate">2024-09-23</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-20</span>
445+
<span id="revdate">2024-09-23</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-20</span>
445+
<span id="revdate">2024-09-23</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-20</span>
445+
<span id="revdate">2024-09-23</span>
446446
</div>
447447
</div>
448448
<div id="content">

0 commit comments

Comments
 (0)