public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] doc: am: improve command linking and add am.messageId
@ 2026-02-09 17:34 kristofferhaugsbakk
  2026-02-09 17:34 ` [PATCH 1/4] doc: am: normalize git(1) command links kristofferhaugsbakk
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: kristofferhaugsbakk @ 2026-02-09 17:34 UTC (permalink / raw)
  To: git; +Cc: Kristoffer Haugsbakk

From: Kristoffer Haugsbakk <code@khaugsbakk.name>

Topic name: kh/doc-am-messageid

Topic summary: I noticed that `am.messageId` was not documented. In the
process I thought that the way that git-am(1) refers to commands is a
bit off. Replace all things like 'git am'/`git rebase` with
`linkgit`. Also fill out hook documentation.

Notes to the maintainer: this conflicts with topic
kh/doc-am-format-sendmail in `seen` because of an adjacent paragraph.

Kristoffer Haugsbakk (4):
  doc: am: normalize git(1) command links
  doc: am: say that --message-id adds a trailer
  doc: am: add missing config am.messageId
  doc: am: fill out hook discussion

 Documentation/config/am.adoc | 24 +++++++++------
 Documentation/git-am.adoc    | 58 ++++++++++++++++++++----------------
 2 files changed, 47 insertions(+), 35 deletions(-)


base-commit: 67ad42147a7acc2af6074753ebd03d904476118f
-- 
2.53.0.26.g2afa8602a26


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-02-11 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-09 17:34 [PATCH 0/4] doc: am: improve command linking and add am.messageId kristofferhaugsbakk
2026-02-09 17:34 ` [PATCH 1/4] doc: am: normalize git(1) command links kristofferhaugsbakk
2026-02-11 17:32   ` Kristoffer Haugsbakk
2026-02-09 17:34 ` [PATCH 2/4] doc: am: say that --message-id adds a trailer kristofferhaugsbakk
2026-02-09 17:34 ` [PATCH 3/4] doc: am: add missing config am.messageId kristofferhaugsbakk
2026-02-09 17:34 ` [PATCH 4/4] doc: am: fill out hook discussion kristofferhaugsbakk
2026-02-09 21:57 ` [PATCH 0/4] doc: am: improve command linking and add am.messageId D. Ben Knoble
2026-02-09 22:22   ` Junio C Hamano

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