@@ -452,15 +452,15 @@ <h2 id="_name">NAME</h2>
452452< h2 id ="_synopsis "> SYNOPSIS</ h2 >
453453< div class ="sectionbody ">
454454< div class ="verseblock ">
455- < pre class ="content "> (EXPERIMENTAL!) < em > git replay</ em > ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range>…​ </ pre >
455+ < pre class ="content "> (EXPERIMENTAL!) < em > git replay</ em > ([--contained] --onto <newbase> | --advance <branch>) [--ref-action[=<mode>]] <revision-range></ pre >
456456</ div >
457457</ div >
458458</ div >
459459< div class ="sect1 ">
460460< h2 id ="_description "> DESCRIPTION</ h2 >
461461< div class ="sectionbody ">
462462< div class ="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
464464the working tree and the index untouched. By default, updates the
465465relevant references using an atomic transaction (all refs update or
466466none). Use < code > --ref-action=print</ code > to avoid automatic ref updates and
@@ -522,11 +522,10 @@ <h2 id="_options">OPTIONS</h2>
522522</ dd >
523523< dt class ="hdlist1 "> <revision-range></ dt >
524524< dd >
525- < p > Range of commits to replay. More than one <revision-range> can
526- be passed, but in < code > --advance</ code > < em > <branch></ em > mode, they should have
527- a single tip, so that it’s clear where <branch> should point
528- to. See "Specifying Ranges" in < a href ="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+ < a href ="git-rev-parse.html "> git-rev-parse(1)</ a > . In < code > --advance</ code > < em > <branch></ em > mode, the
527+ range should have a single tip, so that it’s clear to which tip the
528+ advanced <branch> should point.</ p >
530529</ dd >
531530</ dl >
532531</ div >
@@ -1957,7 +1956,7 @@ <h2 id="_git">GIT</h2>
19571956</ div >
19581957< div id ="footer ">
19591958< div id ="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