public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 5/4] doc: config: fix list continuation in alias section
@ 2026-02-23 17:09 kristofferhaugsbakk
  0 siblings, 0 replies; only message in thread
From: kristofferhaugsbakk @ 2026-02-23 17:09 UTC (permalink / raw)
  To: git, jonatan; +Cc: Kristoffer Haugsbakk, benknoble, gitster, peff, sandals

From: Kristoffer Haugsbakk <code@khaugsbakk.name>

ac1f12a9 (alias: support non-alphanumeric names via subsection syntax,
2026-02-18) did not use list continuation for this code block[1] which
means that the block ends after it. In turn the paragraph starting with
`git last` goes to the outer block and the next paragraphs are not
continued properly.

We can simply add list continuation right before and after the code
block. Let’s of course do that, but let’s also change to use a non-
indented code block (----) in line with the preceding configuration
example.

Also use `$ #` for the comment to be consistent with
the terminal prompt.

† 1: From https://lore.kernel.org/git/xmqqqzqqrk2h.fsf@gitster.g/

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
---

Notes (series):
    Notes to the maintainer:
    
    This is based on top of jh/alias-i18n (merged to
    `next` on 2026-02-20 at b9a5c15c4f).
    
    See: https://lore.kernel.org/git/112cccfd-ee04-4c23-bc5e-fd269ebc6c1f@app.fastmail.com/#t

 Documentation/config/alias.adoc | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/Documentation/config/alias.adoc b/Documentation/config/alias.adoc
index 115fdbb1e3f..dc04b0b4bfe 100644
--- a/Documentation/config/alias.adoc
+++ b/Documentation/config/alias.adoc
@@ -30,11 +30,13 @@ Examples:
 ----
 +
 With a Git alias defined, e.g.,
-
-    $ git config --global alias.last "cat-file commit HEAD"
-    # Which is equivalent to
-    $ git config --global alias.last.command "cat-file commit HEAD"
-
++
+----
+$ git config --global alias.last "cat-file commit HEAD"
+$ # Which is equivalent to
+$ git config --global alias.last.command "cat-file commit HEAD"
+----
++
 `git last` is equivalent to `git cat-file commit HEAD`. To avoid
 confusion and troubles with script usage, aliases that
 hide existing Git commands are ignored except for deprecated

base-commit: edd8ad18a643d47dd92b08ab865bf7f4a26f50bc
-- 
2.53.0.26.g2afa8602a26


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-23 17:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-23 17:09 [PATCH v7 5/4] doc: config: fix list continuation in alias section kristofferhaugsbakk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox