Skip to content

Commit e29e954

Browse files
committed
Autogenerated HTML docs for v2.52.0-209-ge85ae
1 parent 75b8a94 commit e29e954

File tree

3 files changed

+28
-15
lines changed

3 files changed

+28
-15
lines changed

‎RelNotes/2.53.0.adoc‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ UI, Workflows & Features
2323
* "git fast-import" learns "--strip-if-invalid" option to drop
2424
invalid cryptographic signature from objects.
2525

26+
* The use of "revision" (a connected set of commits) has been
27+
clarified in the "git replay" documentation.
28+
2629

2730
Performance, Internal Implementation, Development Support etc.
2831
--------------------------------------------------------------
@@ -135,6 +138,18 @@ Fixes since v2.52
135138
have been corrected.
136139
(merge df963f0df4 rs/config-set-multi-error-message-fix later to maint).
137140

141+
* "git replay" forgot to omit the "gpgsig-sha256" extended header
142+
from the resulting commit the same way it omits "gpgsig", which has
143+
been corrected.
144+
(merge 9f3a115087 pw/replay-exclude-gpgsig-fix later to maint).
145+
146+
* A few tests have been updated to work under the shell compatible
147+
mode of zsh.
148+
(merge a92f243a94 bc/zsh-testsuite later to maint).
149+
150+
* The way patience diff finds LCS has been optimized.
151+
(merge c7e3b8085b yc/xdiff-patience-optim later to maint).
152+
138153
* Other code cleanup, docfix, build fix, etc.
139154
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
140155
(merge df90eccd93 kh/doc-commit-extra-references later to maint).

‎git-replay.adoc‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ git-replay - EXPERIMENTAL: Replay commits on a new base, works with bare repos t
99
SYNOPSIS
1010
--------
1111
[verse]
12-
(EXPERIMENTAL!) 'git replay' ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range>...
12+
(EXPERIMENTAL!) 'git replay' ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range>
1313

1414
DESCRIPTION
1515
-----------
1616

17-
Takes ranges of commits and replays them onto a new location. Leaves
17+
Takes a range of commits and replays them onto a new location. Leaves
1818
the working tree and the index untouched. By default, updates the
1919
relevant references using an atomic transaction (all refs update or
2020
none). Use `--ref-action=print` to avoid automatic ref updates and
@@ -55,11 +55,10 @@ which uses the target only as a starting point without updating it.
5555
The default mode can be configured via the `replay.refAction` configuration variable.
5656

5757
<revision-range>::
58-
Range of commits to replay. More than one <revision-range> can
59-
be passed, but in `--advance <branch>` mode, they should have
60-
a single tip, so that it's clear where <branch> should point
61-
to. See "Specifying Ranges" in linkgit:git-rev-parse[1] and the
62-
"Commit Limiting" options below.
58+
Range of commits to replay; see "Specifying Ranges" in
59+
linkgit:git-rev-parse[1]. In `--advance <branch>` mode, the
60+
range should have a single tip, so that it's clear to which tip the
61+
advanced <branch> should point.
6362

6463
include::rev-list-options.adoc[]
6564

‎git-replay.html‎

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -452,15 +452,15 @@ <h2 id="_name">NAME</h2>
452452
<h2id="_synopsis">SYNOPSIS</h2>
453453
<divclass="sectionbody">
454454
<divclass="verseblock">
455-
<preclass="content">(EXPERIMENTAL!) <em>git replay</em> ([--contained] --onto &lt;newbase&gt; | --advance &lt;branch&gt;) [--ref-action[=&lt;mode&gt;]] &lt;revision-range&gt;&#8230;&#8203;</pre>
455+
<preclass="content">(EXPERIMENTAL!) <em>git replay</em> ([--contained] --onto &lt;newbase&gt; | --advance &lt;branch&gt;) [--ref-action[=&lt;mode&gt;]] &lt;revision-range&gt;</pre>
456456
</div>
457457
</div>
458458
</div>
459459
<divclass="sect1">
460460
<h2id="_description">DESCRIPTION</h2>
461461
<divclass="sectionbody">
462462
<divclass="paragraph">
463-
<p>Takes ranges of commits and replays them onto a new location. Leaves
463+
<p>Takes a range of commits and replays them onto a new location. Leaves
464464
the working tree and the index untouched. By default, updates the
465465
relevant references using an atomic transaction (all refs update or
466466
none). Use <code>--ref-action=print</code> to avoid automatic ref updates and
@@ -522,11 +522,10 @@ <h2 id="_options">OPTIONS</h2>
522522
</dd>
523523
<dtclass="hdlist1">&lt;revision-range&gt;</dt>
524524
<dd>
525-
<p>Range of commits to replay. More than one &lt;revision-range&gt; can
526-
be passed, but in <code>--advance</code><em>&lt;branch&gt;</em> mode, they should have
527-
a single tip, so that it&#8217;s clear where &lt;branch&gt; should point
528-
to. See "Specifying Ranges" in <ahref="git-rev-parse.html">git-rev-parse(1)</a> and the
529-
"Commit Limiting" options below.</p>
525+
<p>Range of commits to replay; see "Specifying Ranges" in
526+
<ahref="git-rev-parse.html">git-rev-parse(1)</a>. In <code>--advance</code><em>&lt;branch&gt;</em> mode, the
527+
range should have a single tip, so that it&#8217;s clear to which tip the
528+
advanced &lt;branch&gt; should point.</p>
530529
</dd>
531530
</dl>
532531
</div>
@@ -1957,7 +1956,7 @@ <h2 id="_git">GIT</h2>
19571956
</div>
19581957
<divid="footer">
19591958
<divid="footer-text">
1960-
Last updated 2025-11-24 16:03:54 -0800
1959+
Last updated 2025-12-09 07:59:24 +0900
19611960
</div>
19621961
</div>
19631962
</body>

0 commit comments

Comments
(0)