Skip to content

Commit 2b9e59f

Browse files
committed
Autogenerated HTML docs for v2.50.0-rc1
1 parent 152bac0 commit 2b9e59f

22 files changed

+35
-34
lines changed

RelNotes/2.50.0.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Fixes since v2.49
300300
(merge e7ef4be7c2 mh/left-right-limited later to maint).
301301

302302
* Document the convention to disable hooks altogether by setting the
303-
hooksPath configuration variable to /dev/nulll
303+
hooksPath configuration variable to /dev/null.
304304
(merge 1b2eee94f1 ds/doc-disable-hooks later to maint).
305305

306306
* Make sure outage of third-party sites that supply P4, Git-LFS, and
@@ -318,6 +318,7 @@ Fixes since v2.49
318318

319319
* Update to arm64 Windows port.
320320
(merge 436a42215e js/windows-arm64 later to maint).
321+
321322
* hashmap API clean-up to ensure hashmap_clear() leaves a cleared map
322323
in a reusable state.
323324
(merge 9481877de3 en/hashmap-clear-fix later to maint).
@@ -351,7 +352,7 @@ Fixes since v2.49
351352
(merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).
352353

353354
* win+Meson CI pipeline, unlike other pipelines for Windows,
354-
used to build artifacts in develper mode, which has been changed to
355+
used to build artifacts in developer mode, which has been changed to
355356
build them in release mode for consistency.
356357
(merge 184abdcf05 js/ci-build-win-in-release-mode later to maint).
357358

@@ -379,6 +380,15 @@ Fixes since v2.49
379380
reverse failed to give the mode bits of the path "removed" by the
380381
patch to the file it creates, which has been corrected.
381382

383+
* "git verify-refs" (and hence "git fsck --reference") started
384+
erroring out in a repository in which secondary worktrees were
385+
prepared with Git 2.43 or lower.
386+
(merge d5b3c38b8a sj/ref-contents-check-fix later to maint).
387+
388+
* Update total_ram() functrion on BSD variants.
389+
390+
* Update online_cpus() functrion on BSD variants.
391+
382392
* Other code cleanup, docfix, build fix, etc.
383393
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
384394
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).

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-05-28 08:53:48 -0700
1587+
Last updated 2025-06-03 09:25:33 -0700
15881588
</div>
15891589
</div>
15901590
</body>

git-column.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EXAMPLES
5050
--------
5151

5252
Format data by columns:
53-
+
53+
5454
------------
5555
$ seq 1 24 | git column --mode=column --padding=5
5656
1 4 7 10 13 16 19 22
@@ -59,7 +59,7 @@ $ seq 1 24 | git column --mode=column --padding=5
5959
------------
6060

6161
Format data by rows:
62-
+
62+
6363
------------
6464
$ seq 1 21 | git column --mode=row --padding=5
6565
1 2 3 4 5 6 7
@@ -68,7 +68,7 @@ $ seq 1 21 | git column --mode=row --padding=5
6868
------------
6969

7070
List some tags in a table with unequal column widths:
71-
+
71+
7272
------------
7373
$ git tag --list 'v2.4.*' --column=row,dense
7474
v2.4.0 v2.4.0-rc0 v2.4.0-rc1 v2.4.0-rc2 v2.4.0-rc3

git-column.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,6 @@ <h2 id="_examples">EXAMPLES</h2>
516516
<div class="paragraph">
517517
<p>Format data by columns:</p>
518518
</div>
519-
<div class="paragraph">
520-
<p>+</p>
521-
</div>
522519
<div class="listingblock">
523520
<div class="content">
524521
<pre>$ seq 1 24 | git column --mode=column --padding=5
@@ -530,9 +527,6 @@ <h2 id="_examples">EXAMPLES</h2>
530527
<div class="paragraph">
531528
<p>Format data by rows:</p>
532529
</div>
533-
<div class="paragraph">
534-
<p>+</p>
535-
</div>
536530
<div class="listingblock">
537531
<div class="content">
538532
<pre>$ seq 1 21 | git column --mode=row --padding=5
@@ -544,9 +538,6 @@ <h2 id="_examples">EXAMPLES</h2>
544538
<div class="paragraph">
545539
<p>List some tags in a table with unequal column widths:</p>
546540
</div>
547-
<div class="paragraph">
548-
<p>+</p>
549-
</div>
550541
<div class="listingblock">
551542
<div class="content">
552543
<pre>$ git tag --list 'v2.4.*' --column=row,dense
@@ -678,7 +669,7 @@ <h2 id="_git">GIT</h2>
678669
</div>
679670
<div id="footer">
680671
<div id="footer-text">
681-
Last updated 2025-03-26 00:41:02 -0700
672+
Last updated 2025-06-03 09:25:29 -0700
682673
</div>
683674
</div>
684675
</body>

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-05-28 08:53:48 -0700
625+
Last updated 2025-06-03 09:25:33 -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-05-28 08:54:22 -0700
739+
Last updated 2025-06-03 09:26:11 -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-05-28 08:54:21 -0700
706+
Last updated 2025-06-03 09:26:10 -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-05-28 08:54:21 -0700
1327+
Last updated 2025-06-03 09:26:10 -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-05-28 08:54:19 -0700
585+
Last updated 2025-06-03 09:26:08 -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-05-28 08:54:21 -0700
657+
Last updated 2025-06-03 09:26:10 -0700
658658
</div>
659659
</div>
660660
</body>

0 commit comments

Comments
 (0)