Skip to content

Commit 3ab56f3

Browse files
committed
Autogenerated HTML docs for v2.46.0-540-g4c42d
1 parent 2a97e23 commit 3ab56f3

Some content is hidden

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

47 files changed

+97
-68
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-03</span>
445+
<span id="revdate">2024-09-06</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-03</span>
445+
<span id="revdate">2024-09-06</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-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">

RelNotes/2.47.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ UI, Workflows & Features
4848

4949
* Support for the RUNTIME_PREFIX feature has been added to z/OS port.
5050

51+
* "git send-email" learned "--mailmap" option to allow rewriting the
52+
recipient addresses.
53+
5154

5255
Performance, Internal Implementation, Development Support etc.
5356
--------------------------------------------------------------
@@ -111,6 +114,9 @@ Performance, Internal Implementation, Development Support etc.
111114
* More trace2 events at key points on push and fetch code paths have
112115
been added.
113116

117+
* Make our codebase compilable with the -Werror=unused-parameter
118+
option.
119+
114120

115121
Fixes since v2.46
116122
-----------------

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

git-check-mailmap.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,10 @@ <h2 id="_synopsis">SYNOPSIS</h2>
459459
<h2 id="_description">DESCRIPTION</h2>
460460
<div class="sectionbody">
461461
<div class="paragraph">
462-
<p>For each &#8220;Name &lt;user@host&gt;&#8221; or &#8220;&lt;user@host&gt;&#8221; from the command-line
463-
or standard input (when using <code>--stdin</code>), look up the person&#8217;s canonical name
464-
and email address (see "Mapping Authors" below). If found, print them;
465-
otherwise print the input as-is.</p>
462+
<p>For each &#8220;Name &lt;user@host&gt;&#8221;, &#8220;&lt;user@host&gt;&#8221;, or &#8220;user@host&#8221;
463+
from the command-line or standard input (when using <code>--stdin</code>), look up the
464+
person&#8217;s canonical name and email address (see "Mapping Authors" below). If
465+
found, print them; otherwise print the input as-is.</p>
466466
</div>
467467
</div>
468468
</div>
@@ -476,6 +476,19 @@ <h2 id="_options">OPTIONS</h2>
476476
<p>Read contacts, one per line, from the standard input after exhausting
477477
contacts provided on the command-line.</p>
478478
</dd>
479+
<dt class="hdlist1">--mailmap-file=&lt;file&gt;</dt>
480+
<dd>
481+
<p>In addition to any configured mailmap files, read the specified
482+
mailmap file. Entries in this file take precedence over entries in
483+
either the default mailmap file or any configured mailmap file.</p>
484+
</dd>
485+
<dt class="hdlist1">--mailmap-blob=&lt;blob&gt;</dt>
486+
<dd>
487+
<p>Like <code>--mailmap-file</code>, but consider the value as a reference to a
488+
blob in the repository. If both <code>--mailmap-file</code> and
489+
<code>--mailmap-blob</code> are specified, entries in <code>--mailmap-file</code> will
490+
take precedence.</p>
491+
</dd>
479492
</dl>
480493
</div>
481494
</div>
@@ -518,7 +531,7 @@ <h2 id="_git">GIT</h2>
518531
</div>
519532
<div id="footer">
520533
<div id="footer-text">
521-
Last updated 2021-01-25 18:03:13 -0800
534+
Last updated 2024-09-06 10:40:52 -0700
522535
</div>
523536
</div>
524537
</body>

git-check-mailmap.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ SYNOPSIS
1515
DESCRIPTION
1616
-----------
1717

18-
For each ``Name $$<user@host>$$'' or ``$$<user@host>$$'' from the command-line
19-
or standard input (when using `--stdin`), look up the person's canonical name
20-
and email address (see "Mapping Authors" below). If found, print them;
21-
otherwise print the input as-is.
18+
For each ``Name $$<user@host>$$'', ``$$<user@host>$$'', or ``$$user@host$$''
19+
from the command-line or standard input (when using `--stdin`), look up the
20+
person's canonical name and email address (see "Mapping Authors" below). If
21+
found, print them; otherwise print the input as-is.
2222

2323

2424
OPTIONS
@@ -27,6 +27,16 @@ OPTIONS
2727
Read contacts, one per line, from the standard input after exhausting
2828
contacts provided on the command-line.
2929

30+
--mailmap-file=<file>::
31+
In addition to any configured mailmap files, read the specified
32+
mailmap file. Entries in this file take precedence over entries in
33+
either the default mailmap file or any configured mailmap file.
34+
35+
--mailmap-blob=<blob>::
36+
Like `--mailmap-file`, but consider the value as a reference to a
37+
blob in the repository. If both `--mailmap-file` and
38+
`--mailmap-blob` are specified, entries in `--mailmap-file` will
39+
take precedence.
3040

3141
OUTPUT
3242
------

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-03</span>
445+
<span id="revdate">2024-09-06</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-03</span>
445+
<span id="revdate">2024-09-06</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-03 13:53:05 -0700
708+
Last updated 2024-09-06 10:41:12 -0700
709709
</div>
710710
</div>
711711
</body>

howto/maintain-git.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>How to maintain Git</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -1242,7 +1242,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
12421242
</div>
12431243
<div id="footer">
12441244
<div id="footer-text">
1245-
Last updated 2024-09-03 13:53:05 -0700
1245+
Last updated 2024-09-06 10:41:12 -0700
12461246
</div>
12471247
</div>
12481248
</body>

howto/new-command.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>How to integrate new subcommands</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -584,7 +584,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
584584
</div>
585585
<div id="footer">
586586
<div id="footer-text">
587-
Last updated 2024-09-03 13:53:03 -0700
587+
Last updated 2024-09-06 10:41:11 -0700
588588
</div>
589589
</div>
590590
</body>

howto/rebase-from-internal-branch.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>How to rebase from an internal branch</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -656,7 +656,7 @@ <h1>How to rebase from an internal branch</h1>
656656
</div>
657657
<div id="footer">
658658
<div id="footer-text">
659-
Last updated 2024-09-03 13:53:04 -0700
659+
Last updated 2024-09-06 10:41:12 -0700
660660
</div>
661661
</div>
662662
</body>

howto/rebuild-from-update-hook.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>How to rebuild from update hook</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -563,7 +563,7 @@ <h1>How to rebuild from update hook</h1>
563563
</div>
564564
<div id="footer">
565565
<div id="footer-text">
566-
Last updated 2024-09-03 13:53:04 -0700
566+
Last updated 2024-09-06 10:41:12 -0700
567567
</div>
568568
</div>
569569
</body>

howto/recover-corrupted-blob-object.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>How to recover a corrupted blob object</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -641,7 +641,7 @@ <h1>How to recover a corrupted blob object</h1>
641641
</div>
642642
<div id="footer">
643643
<div id="footer-text">
644-
Last updated 2024-09-03 13:53:04 -0700
644+
Last updated 2024-09-06 10:41:12 -0700
645645
</div>
646646
</div>
647647
</body>

howto/recover-corrupted-object-harder.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>How to recover an object from scratch</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -967,7 +967,7 @@ <h2 id="_the_adventure_continues">The adventure continues&#8230;&#8203;</h2>
967967
</div>
968968
<div id="footer">
969969
<div id="footer-text">
970-
Last updated 2024-09-03 13:53:04 -0700
970+
Last updated 2024-09-06 10:41:12 -0700
971971
</div>
972972
</div>
973973
</body>

howto/revert-a-faulty-merge.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>How to revert a faulty merge</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -829,7 +829,7 @@ <h1>How to revert a faulty merge</h1>
829829
</div>
830830
<div id="footer">
831831
<div id="footer-text">
832-
Last updated 2024-09-03 13:53:04 -0700
832+
Last updated 2024-09-06 10:41:12 -0700
833833
</div>
834834
</div>
835835
</body>

howto/revert-branch-rebase.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>How to revert an existing commit</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -649,7 +649,7 @@ <h1>How to revert an existing commit</h1>
649649
</div>
650650
<div id="footer">
651651
<div id="footer-text">
652-
Last updated 2024-09-03 13:53:03 -0700
652+
Last updated 2024-09-06 10:41:11 -0700
653653
</div>
654654
</div>
655655
</body>

howto/separating-topic-branches.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>How to separate topic branches</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -568,7 +568,7 @@ <h1>How to separate topic branches</h1>
568568
</div>
569569
<div id="footer">
570570
<div id="footer-text">
571-
Last updated 2024-09-03 13:53:04 -0700
571+
Last updated 2024-09-06 10:41:12 -0700
572572
</div>
573573
</div>
574574
</body>

howto/setup-git-server-over-http.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>How to setup Git server over http</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -882,7 +882,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
882882
</div>
883883
<div id="footer">
884884
<div id="footer-text">
885-
Last updated 2024-09-03 13:53:04 -0700
885+
Last updated 2024-09-06 10:41:12 -0700
886886
</div>
887887
</div>
888888
</body>

howto/update-hook-example.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>How to use the update hook</h1>
444444
<div class="details">
445-
<span id="revdate">2024-09-03</span>
445+
<span id="revdate">2024-09-06</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -648,7 +648,7 @@ <h1>How to use the update hook</h1>
648648
</div>
649649
<div id="footer">
650650
<div id="footer-text">
651-
Last updated 2024-09-03 13:53:04 -0700
651+
Last updated 2024-09-06 10:41:12 -0700
652652
</div>
653653
</div>
654654
</body>

0 commit comments

Comments
 (0)