Autogenerated HTML docs for v2.52.0-209-ge85ae
diff --git a/RelNotes/2.53.0.adoc b/RelNotes/2.53.0.adoc
index 9e896bd..38cbd21 100644
--- a/RelNotes/2.53.0.adoc
+++ b/RelNotes/2.53.0.adoc
@@ -23,6 +23,9 @@
* "git fast-import" learns "--strip-if-invalid" option to drop
invalid cryptographic signature from objects.
+ * The use of "revision" (a connected set of commits) has been
+ clarified in the "git replay" documentation.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -135,6 +138,18 @@
have been corrected.
(merge df963f0df4 rs/config-set-multi-error-message-fix later to maint).
+ * "git replay" forgot to omit the "gpgsig-sha256" extended header
+ from the resulting commit the same way it omits "gpgsig", which has
+ been corrected.
+ (merge 9f3a115087 pw/replay-exclude-gpgsig-fix later to maint).
+
+ * A few tests have been updated to work under the shell compatible
+ mode of zsh.
+ (merge a92f243a94 bc/zsh-testsuite later to maint).
+
+ * The way patience diff finds LCS has been optimized.
+ (merge c7e3b8085b yc/xdiff-patience-optim later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
diff --git a/git-replay.adoc b/git-replay.adoc
index dcb26e8..d03235c 100644
--- a/git-replay.adoc
+++ b/git-replay.adoc
@@ -9,12 +9,12 @@
SYNOPSIS
--------
[verse]
-(EXPERIMENTAL!) 'git replay' ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range>...
+(EXPERIMENTAL!) 'git replay' ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range>
DESCRIPTION
-----------
-Takes ranges of commits and replays them onto a new location. Leaves
+Takes a range of commits and replays them onto a new location. Leaves
the working tree and the index untouched. By default, updates the
relevant references using an atomic transaction (all refs update or
none). Use `--ref-action=print` to avoid automatic ref updates and
@@ -55,11 +55,10 @@
The default mode can be configured via the `replay.refAction` configuration variable.
<revision-range>::
- Range of commits to replay. More than one <revision-range> can
- be passed, but in `--advance <branch>` mode, they should have
- a single tip, so that it's clear where <branch> should point
- to. See "Specifying Ranges" in linkgit:git-rev-parse[1] and the
- "Commit Limiting" options below.
+ Range of commits to replay; see "Specifying Ranges" in
+ linkgit:git-rev-parse[1]. In `--advance <branch>` mode, the
+ range should have a single tip, so that it's clear to which tip the
+ advanced <branch> should point.
include::rev-list-options.adoc[]
diff --git a/git-replay.html b/git-replay.html
index 48bee49..e2cf382 100644
--- a/git-replay.html
+++ b/git-replay.html
@@ -452,7 +452,7 @@
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content">(EXPERIMENTAL!) <em>git replay</em> ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range>…​</pre>
+<pre class="content">(EXPERIMENTAL!) <em>git replay</em> ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range></pre>
</div>
</div>
</div>
@@ -460,7 +460,7 @@
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>Takes ranges of commits and replays them onto a new location. Leaves
+<p>Takes a range of commits and replays them onto a new location. Leaves
the working tree and the index untouched. By default, updates the
relevant references using an atomic transaction (all refs update or
none). Use <code>--ref-action=print</code> to avoid automatic ref updates and
@@ -522,11 +522,10 @@
</dd>
<dt class="hdlist1"><revision-range></dt>
<dd>
-<p>Range of commits to replay. More than one <revision-range> can
-be passed, but in <code>--advance</code> <em><branch></em> mode, they should have
-a single tip, so that it’s clear where <branch> should point
-to. See "Specifying Ranges" in <a href="git-rev-parse.html">git-rev-parse(1)</a> and the
-"Commit Limiting" options below.</p>
+<p>Range of commits to replay; see "Specifying Ranges" in
+<a href="git-rev-parse.html">git-rev-parse(1)</a>. In <code>--advance</code> <em><branch></em> mode, the
+range should have a single tip, so that it’s clear to which tip the
+advanced <branch> should point.</p>
</dd>
</dl>
</div>
@@ -1957,7 +1956,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2025-11-24 16:03:54 -0800
+Last updated 2025-12-09 07:59:24 +0900
</div>
</div>
</body>