From: kristofferhaugsbakk@fastmail•com
To: git@vger•kernel.org
Cc: Kristoffer Haugsbakk <code@khaugsbakk•name>,
Pushkar Singh <pushkarkumarsingh1970@gmail•com>,
Patrick Steinhardt <ps@pks•im>
Subject: [PATCH v2 0/6] doc: patch-id: six small improvements
Date: Fri, 9 Jan 2026 15:25:56 +0100 [thread overview]
Message-ID: <V2_CV_doc_patch-id_3.1b2@msgid.xyz> (raw)
In-Reply-To: <CV_doc_patch-id_3.1ab@msgid.xyz>
From: Kristoffer Haugsbakk <code@khaugsbakk•name>
Topic name: kh/doc-patch-id-3
Topic summary: Improvements to git-patch-id(1). Fix git-diff-tree(1)
mention, Fix '--verbatim' documentation, and four other small
improvements.
This is the third patch series for git-patch-id(1). This one only has
small improvements.
• Patch series 1:
• Topic: kh/doc-patch-id-markup-fix
• https://lore.kernel.org/git/v2-e5ad12cc3b3.1759178715.git.code@khaugsbakk.name/
• Patch series 2:
• Topic: kh/doc-patch-id-1
• https://lore.kernel.org/git/v2-38645ea253c.1760369708.git.code@khaugsbakk.name/
§ Changtes in v2
Fix markup in commit message.
Kristoffer Haugsbakk (6):
doc: patch-id: don’t use semicolon between bullet points
doc: patch-id: capitalize Git version
patch-id: use “patch ID” throughout
doc: patch-id: use definite article for the result
doc: patch-id: spell out the git-diff-tree(1) form
doc: patch-id: --verbatim locks in --stable
Documentation/git-patch-id.adoc | 20 ++++++++++----------
builtin/patch-id.c | 4 ++--
2 files changed, 12 insertions(+), 12 deletions(-)
Interdiff against v1:
Range-diff against v1:
1: b3883b32d26 = 1: b3883b32d26 doc: patch-id: don’t use semicolon between bullet points
2: d96ab8edb3f = 2: d96ab8edb3f doc: patch-id: capitalize Git version
3: f7f249d79ce = 3: f7f249d79ce patch-id: use “patch ID” throughout
4: 28c11153e6a = 4: 28c11153e6a doc: patch-id: use definite article for the result
5: 463c6c60ec6 = 5: 463c6c60ec6 doc: patch-id: spell out the git-diff-tree(1) form
6: 03cc19de8da ! 6: 0b5c10f143e doc: patch-id: --verbatim locks in --stable
@@ Commit message
isn't a usecase for the combination of --verbatim and --unstable,
and we don't expose this so as to not add maintainence burden.
- † 1: imply `--stable`, disallow `--unstable
+ † 1: imply `--stable`, disallow `--unstable`
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk•name>
+
+ ## Notes (series) ##
+ v2:
+ Fix “markup” in commit message: `--unstable`.
+
## Documentation/git-patch-id.adoc ##
@@ Documentation/git-patch-id.adoc: OPTIONS
base-commit: 9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed
--
2.52.0.421.gc32ead4fc78
next prev parent reply other threads:[~2026-01-09 14:26 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-08 6:28 [PATCH 0/6] doc: patch-id: six small improvements kristofferhaugsbakk
2026-01-08 6:28 ` [PATCH 1/6] doc: patch-id: don’t use semicolon between bullet points kristofferhaugsbakk
2026-01-08 6:28 ` [PATCH 2/6] doc: patch-id: capitalize Git version kristofferhaugsbakk
2026-01-08 6:28 ` [PATCH 3/6] patch-id: use “patch ID” throughout kristofferhaugsbakk
2026-01-08 6:28 ` [PATCH 4/6] doc: patch-id: use definite article for the result kristofferhaugsbakk
2026-01-08 6:28 ` [PATCH 5/6] doc: patch-id: spell out the git-diff-tree(1) form kristofferhaugsbakk
2026-01-08 6:28 ` [PATCH 6/6] doc: patch-id: --verbatim locks in --stable kristofferhaugsbakk
2026-01-08 18:15 ` Pushkar Singh
2026-01-08 18:18 ` Kristoffer Haugsbakk
2026-01-08 18:26 ` Kristoffer Haugsbakk
2026-01-09 11:38 ` [PATCH 0/6] doc: patch-id: six small improvements Patrick Steinhardt
2026-01-09 11:45 ` Kristoffer Haugsbakk
2026-01-09 14:25 ` kristofferhaugsbakk [this message]
2026-01-09 14:25 ` [PATCH v2 1/6] doc: patch-id: don’t use semicolon between bullet points kristofferhaugsbakk
2026-01-09 14:25 ` [PATCH v2 2/6] doc: patch-id: capitalize Git version kristofferhaugsbakk
2026-01-09 14:25 ` [PATCH v2 3/6] patch-id: use “patch ID” throughout kristofferhaugsbakk
2026-01-09 14:26 ` [PATCH v2 4/6] doc: patch-id: use definite article for the result kristofferhaugsbakk
2026-01-09 14:26 ` [PATCH v2 5/6] doc: patch-id: spell out the git-diff-tree(1) form kristofferhaugsbakk
2026-01-09 14:26 ` [PATCH v2 6/6] doc: patch-id: --verbatim locks in --stable kristofferhaugsbakk
2026-01-09 14:55 ` [PATCH v2 0/6] doc: patch-id: six small improvements Patrick Steinhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=V2_CV_doc_patch-id_3.1b2@msgid.xyz \
--to=kristofferhaugsbakk@fastmail$(echo .)com \
--cc=code@khaugsbakk$(echo .)name \
--cc=git@vger$(echo .)kernel.org \
--cc=ps@pks$(echo .)im \
--cc=pushkarkumarsingh1970@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox