Skip to content

Commit a8733db

Browse files
committed
Autogenerated HTML docs for v2.45.0-rc1
1 parent 80a8cdd commit a8733db

23 files changed

+33
-23
lines changed

RelNotes/2.45.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ UI, Workflows & Features
9696
* The filename used for rejected hunks "git apply --reject" creates
9797
was limited to PATH_MAX, which has been lifted.
9898

99+
* When "git bisect" reports the commit it determined to be the
100+
culprit, we used to show it in a format that does not honor common
101+
UI tweaks, like log.date and log.decorate. The code has been
102+
taught to use "git show" to follow more customizations.
103+
99104

100105
Performance, Internal Implementation, Development Support etc.
101106

@@ -431,6 +436,11 @@ Fixes since v2.44
431436
machinery got confused and segfaulted, which has been corrected.
432437
(merge 167395bb47 mr/rerere-crash-fix later to maint).
433438

439+
* The "receive-pack" program (which responds to "git push") was not
440+
converted to run "git maintenance --auto" when other codepaths that
441+
used to run "git gc --auto" were updated, which has been corrected.
442+
(merge 7bf3057d9c ps/run-auto-maintenance-in-receive-pack later to maint).
443+
434444
* Other code cleanup, docfix, build fix, etc.
435445
(merge f0e578c69c rs/use-xstrncmpz later to maint).
436446
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).

SubmittingPatches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ <h3 id="_gnus">Gnus</h3>
15551555
<div id="footer">
15561556
<div id="footer-text">
15571557
Last updated
1558-
2024-04-19 09:43:35 PDT
1558+
2024-04-23 16:11:15 PDT
15591559
</div>
15601560
</div>
15611561
</body>

git-bisect-lk2009.html

Lines changed: 1 addition & 1 deletion
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-04-19</span>
740+
<span id="revdate">2024-04-23</span>
741741
</div>
742742
<div id="content">
743743
<div class="sect1">

git-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9960,7 +9960,7 @@ <h3 id="_variables">Variables</h3>
99609960
</dt>
99619961
<dd>
99629962
<p>
9963-
By default, git-receive-pack will run "git-gc --auto" after
9963+
By default, git-receive-pack will run "git maintenance run --auto" after
99649964
receiving data from git-push and updating refs. You can stop
99659965
it by setting this variable to false.
99669966
</p>

git-tools.html

Lines changed: 1 addition & 1 deletion
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-04-19</span>
738+
<span id="revdate">2024-04-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

howto-index.html

Lines changed: 2 additions & 2 deletions
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-04-19</span>
738+
<span id="revdate">2024-04-23</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-04-19 09:43:32 PDT
899+
2024-04-23 16:11:13 PDT
900900
</div>
901901
</div>
902902
</body>

howto/coordinate-embargoed-releases.html

Lines changed: 1 addition & 1 deletion
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-04-23 14:40:28 PDT
1041+
2024-04-23 16:11:14 PDT
10421042
</div>
10431043
</div>
10441044
</body>

howto/keep-canonical-history-correct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-04-23 14:40:27 PDT
942+
2024-04-23 16:11:14 PDT
943943
</div>
944944
</div>
945945
</body>

howto/maintain-git.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-04-23 14:40:28 PDT
1482+
2024-04-23 16:11:14 PDT
14831483
</div>
14841484
</div>
14851485
</body>

howto/new-command.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-04-23 14:40:26 PDT
867+
2024-04-23 16:11:13 PDT
868868
</div>
869869
</div>
870870
</body>

0 commit comments

Comments
 (0)