Re: [PATCH v4 0/4] doc: replay: fix config link
Junio C Hamano <[email protected]> Thu, 30 Jul 2026 09:19:26 -0700
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > From: Kristoffer Haugsbakk <[email protected]> > > Topic name (applied): kh/doc-replay-config > > Topic summary: link to the config for git-replay(1) (one variable) in > git-replay(1) and git-config(1). Also improve the doc for that config > variable and `--ref-action`. > > § Changes in v4 > > Patch “improve config description”: Take Toon’s suggestion about avoiding > two “for”. > > § Link to v3 > > https://lore.kernel.org/git/[email protected]/ That's truly minimal update. It is a bit surprising that the topic was stuck for a long time, nearing its expiration date. A quick look at the thread https://lore.kernel.org/git/[email protected]/ tells me that there weren't any outstanding review comments. That unfortunately does not say if this version is good enough or people got tired of reviewing and did not pick all lints in v3, but we need to work with what we have, so let's see how smoothly this round goes. Will replace. Thanks. > [1/4] doc: link to config for git-replay(1) > [2/4] doc: replay: improve config description > [3/4] doc: replay: use a nested description list > [4/4] doc: replay: move “default” to the right-hand side > > Documentation/config.adoc | 2 ++ > Documentation/config/replay.adoc | 19 +++++++++++++------ > Documentation/git-replay.adoc | 16 ++++++++++++---- > 3 files changed, 27 insertions(+), 10 deletions(-) > > Interdiff against v3: > diff --git a/Documentation/config/replay.adoc b/Documentation/config/replay.adoc > index 40d1695782a..84e17e313a1 100644 > --- a/Documentation/config/replay.adoc > +++ b/Documentation/config/replay.adoc > @@ -14,5 +14,5 @@ ifdef::git-replay[] > See `--ref-action`. > endif::git-replay[] > ifndef::git-replay[] > -See `--ref-action` for linkgit:git-replay[1] for details. > +See `--ref-action` in linkgit:git-replay[1] for details. > endif::git-replay[] > Range-diff against v3: > 1: ef8212a076a = 1: ef8212a076a doc: link to config for git-replay(1) > 2: 35b44b922e5 ! 2: 392c4f3ab9e doc: replay: improve config description > @@ Documentation/config/replay.adoc > +See `--ref-action`. > +endif::git-replay[] > +ifndef::git-replay[] > -+See `--ref-action` for linkgit:git-replay[1] for details. > ++See `--ref-action` in linkgit:git-replay[1] for details. > +endif::git-replay[] > > ## Documentation/git-replay.adoc ## > 3: 12c73641fb9 = 3: a693ab0b6d3 doc: replay: use a nested description list > 4: e2191c723fc = 4: 53663bd54ed doc: replay: move “default” to the right-hand side > > base-commit: a89346e34a937f001e5d397ee62224e3e9852040