Skip to content

Commit ada56a5

Browse files
committed
Autogenerated HTML docs for v2.50.0-rc2
1 parent 2b9e59f commit ada56a5

21 files changed

+34
-21
lines changed

RelNotes/2.50.0.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,17 @@ Performance, Internal Implementation, Development Support etc.
201201
we ended up checking for these non-existent files repeatedly, which
202202
has been optimized by memoizing the non-existence.
203203
204+
* Build settings have been improved for BSD based systems.
205+
206+
* Newer version of libcURL detected curl_easy_setopt() calls we made
207+
with platform-natural "int" when we should have used "long", which
208+
all have been corrected.
209+
210+
* Tests that compare $HOME and $(pwd), which should be the same
211+
directory unless the tests chdir's around, would fail when the user
212+
enters the test directory via symbolic links, which has been
213+
corrected.
214+
204215
205216
Fixes since v2.49
206217
-----------------

SubmittingPatches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ <h3 id="_gnus">Gnus</h3>
15841584
</div>
15851585
<div id="footer">
15861586
<div id="footer-text">
1587-
Last updated 2025-06-03 09:25:33 -0700
1587+
Last updated 2025-06-09 09:33:47 -0700
15881588
</div>
15891589
</div>
15901590
</body>

git-config.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5389,7 +5389,8 @@ <h3 id="_variables">Variables</h3>
53895389
May not contain double colons (<code>:</code>). Default: <em>SQLite</em>.
53905390
See <a href="git-cvsserver.html">git-cvsserver(1)</a>.</p>
53915391
</dd>
5392-
<dt class="hdlist1">gitcvs.dbUser, gitcvs.dbPass</dt>
5392+
<dt class="hdlist1">gitcvs.dbUser</dt>
5393+
<dt class="hdlist1">gitcvs.dbPass</dt>
53935394
<dd>
53945395
<p>Database user and password. Only useful if setting <code>gitcvs.dbDriver</code>,
53955396
since SQLite has no concept of database users and/or passwords.
@@ -6154,7 +6155,8 @@ <h3 id="_variables">Variables</h3>
61546155
pushes.</p>
61556156
</div>
61566157
</dd>
6157-
<dt class="hdlist1">http.lowSpeedLimit, http.lowSpeedTime</dt>
6158+
<dt class="hdlist1">http.lowSpeedLimit</dt>
6159+
<dt class="hdlist1">http.lowSpeedTime</dt>
61586160
<dd>
61596161
<p>If the HTTP transfer speed, in bytes per second, is less than
61606162
<em>http.lowSpeedLimit</em> for longer than <em>http.lowSpeedTime</em> seconds,

howto-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ <h1>Git Howto Index</h1>
622622
</div>
623623
<div id="footer">
624624
<div id="footer-text">
625-
Last updated 2025-06-03 09:25:33 -0700
625+
Last updated 2025-06-09 09:33:48 -0700
626626
</div>
627627
</div>
628628
</body>

howto/coordinate-embargoed-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ <h3 id="_example_mail_to_oss_securitylists_openwall_com">Example mail to <a href
736736
</div>
737737
<div id="footer">
738738
<div id="footer-text">
739-
Last updated 2025-06-03 09:26:11 -0700
739+
Last updated 2025-06-09 09:34:13 -0700
740740
</div>
741741
</div>
742742
</body>

howto/keep-canonical-history-correct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
703703
</div>
704704
<div id="footer">
705705
<div id="footer-text">
706-
Last updated 2025-06-03 09:26:10 -0700
706+
Last updated 2025-06-09 09:34:12 -0700
707707
</div>
708708
</div>
709709
</body>

howto/maintain-git.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
13241324
</div>
13251325
<div id="footer">
13261326
<div id="footer-text">
1327-
Last updated 2025-06-03 09:26:10 -0700
1327+
Last updated 2025-06-09 09:34:12 -0700
13281328
</div>
13291329
</div>
13301330
</body>

howto/new-command.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
582582
</div>
583583
<div id="footer">
584584
<div id="footer-text">
585-
Last updated 2025-06-03 09:26:08 -0700
585+
Last updated 2025-06-09 09:34:11 -0700
586586
</div>
587587
</div>
588588
</body>

howto/rebase-from-internal-branch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ <h1>How to rebase from an internal branch</h1>
654654
</div>
655655
<div id="footer">
656656
<div id="footer-text">
657-
Last updated 2025-06-03 09:26:10 -0700
657+
Last updated 2025-06-09 09:34:12 -0700
658658
</div>
659659
</div>
660660
</body>

howto/rebuild-from-update-hook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ <h1>How to rebuild from update hook</h1>
561561
</div>
562562
<div id="footer">
563563
<div id="footer-text">
564-
Last updated 2025-06-03 09:26:10 -0700
564+
Last updated 2025-06-09 09:34:12 -0700
565565
</div>
566566
</div>
567567
</body>

0 commit comments

Comments
 (0)