]> git.ipfire.org Git - thirdparty/git.git/commit
doc: trailer: drop "commit message part" phrasing
authorLinus Arver <linusa@google.com>
Thu, 15 Jun 2023 02:53:44 +0000 (02:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jun 2023 04:42:19 +0000 (21:42 -0700)
commit94f15fe5d5d2c119908e3f95c69a86cb9e905439
tree196dd1357a0a17c783b1f10f134b4d418bb2c0fb
parent00432a36e20f86338774e5daf8c7fb2eff0beda8
doc: trailer: drop "commit message part" phrasing

The command can take inputs that are either just a commit message, or
an email-like output such as git-format-patch which includes a commit
message, "---" divider, and patch part. The existing explanation blends
these two inputs together in the first sentence

    This command reads some patches or commit messages

which then necessitates using the "commit message part" phrasing (as
opposed to just "commit message") because the input is ambiguous per the
above definition.

This change separates the two input types and explains them separately,
and so there is no longer a need to use the "commit message part"
phrase.

Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-interpret-trailers.txt