Skip to content

Commit 3bf3aec

Browse files
committed
Autogenerated HTML docs for v2.46.1-603-g94b60a
1 parent 1e8568d commit 3bf3aec

Some content is hidden

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

45 files changed

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

RelNotes/2.47.0.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,17 +240,33 @@ Fixes since v2.46
240240
* In a few corner cases "git diff --exit-code" failed to report
241241
"changes" (e.g., renamed without any content change), which has
242242
been corrected.
243-
(merge 11591850dd rs/diff-exit-code-fix later to maint).
244243

245244
* Cygwin does have /dev/tty support that is needed by things like
246245
single-key input mode.
247-
(merge 39ba986b0e rj/cygwin-has-dev-tty later to maint).
248246

249247
* The interpret-trailers command failed to recognise the end of the
250248
message when the commit log ends in an incomplete line.
251-
(merge c02414a997 bl/trailers-and-incomplete-last-line-fix later to maint).
249+
250+
* "git rebase --autostash" failed to resurrect the autostashed
251+
changes when the command gets aborted after giving back control
252+
asking for hlep in conflict resolution.
253+
(merge bf6ab087d1 pw/rebase-autostash-fix later to maint).
254+
255+
* The "imap-send" now allows to be compiled with NO_OPENSSL and
256+
OPENSSL_SHA1 defined together.
257+
(merge 997950a750 jk/no-openssl-with-openssl-sha1 later to maint).
258+
259+
* The support to customize build options to adjust for older versions
260+
and/or older systems for the interop tests has been improved.
261+
(merge 22ef5f02a8 jk/interop-test-build-options later to maint).
262+
263+
* Update the character width table for Unicode 16.
264+
(merge 44dc651132 bb/unicode-width-table-16 later to maint).
265+
266+
* In Git 2.39, Git.pm stopped working in a bare repository, which has
267+
been corrected.
268+
(merge d3edb0bdde jk/git-pm-bare-repo-fix later to maint).
252269

253270
* Other code cleanup, docfix, build fix, etc.
254271
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
255-
(merge 9a36ea37ae jc/doc-skip-fetch-all-and-prefetch later to maint).
256272
(merge 4460e052e0 jc/range-diff-lazy-setup 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-18</span>
445+
<span id="revdate">2024-09-20</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-18</span>
445+
<span id="revdate">2024-09-20</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-18</span>
445+
<span id="revdate">2024-09-20</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-18</span>
445+
<span id="revdate">2024-09-20</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-18</span>
445+
<span id="revdate">2024-09-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

howto/keep-canonical-history-correct.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Keep authoritative canonical history correct with git pull</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-18</span>
445+
<span id="revdate">2024-09-20</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -705,7 +705,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
705705
</div>
706706
<div id="footer">
707707
<div id="footer-text">
708-
Last updated 2024-09-18 18:48:52 -0700
708+
Last updated 2024-09-20 14:34:58 -0700
709709
</div>
710710
</div>
711711
</body>

0 commit comments

Comments
 (0)