doc: interpret-trailers: not just for commit messages
This command doesn’t interface with commits directly. You can interpret or modify any kind of text, even though commit messages are the most relevant. The git(1) suite also isn’t restricted to only direct commit support since git-tag(1) learned `--trailer` in 066cef77 (builtin/tag: add --trailer option, 2024-05-05) Now, we already introduce the command in the “Name” section as dealing with commit messages as well. That is fine since that intro line needs to remain pretty short. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kristoffer Haugsbakk committed
Jul 30, 2026 at 11:18 UTC
73dd4314a948ebf92db98a81b7b9439c89c29d0a
1 file changed
+2
-2
Documentation/git-interpret-trailers.adoc
+2
-2
@@ -15,8 +15,8 @@ git interpret-trailers [--in-place] [--trim-empty]
15
DESCRIPTION
16
-----------
17
Add or parse trailer metadata at the end of the otherwise
18
-free-form part of a commit message. For example, in the following commit
19
-message
18
+free-form part of a commit message, or any other kind of text.
19
+For example, in the following commit message
20
21
------------------------------------------------
22
subject