From: Kristoffer Haugsbakk Date: Thu, 30 Jul 2026 09:18:16 +0000 (+0200) Subject: doc: interpret-trailers: use “metadata” in Name as well X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e49f8999730366b25f3b439b1b28f9530cbbec77;p=thirdparty%2Fgit.git doc: interpret-trailers: use “metadata” in Name as well We now since the previous commit introduce the format as “trailer metadata”. We can replace “structured information” with “metadata” in the “Name” section to be consistent. While “structured information” does emphasize that the data is not loosely structured, we also say that this command adds to or parses this format. I don’t think that we need to emphasize that it is structured since clearly there is some structure there. Both “metadata” and “structured information” can convey the same information. But “metadata” is shorter and easier to deploy since it’s just one word. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-interpret-trailers.adoc b/Documentation/git-interpret-trailers.adoc index c8950d3bab..5e776f0059 100644 --- a/Documentation/git-interpret-trailers.adoc +++ b/Documentation/git-interpret-trailers.adoc @@ -3,7 +3,7 @@ git-interpret-trailers(1) NAME ---- -git-interpret-trailers - Add or parse structured information in commit messages +git-interpret-trailers - Add or parse metadata in commit messages SYNOPSIS --------