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 <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
main
Kristoffer Haugsbakk 2026-08-09 22:06:27 +02:00 committed by Junio C Hamano
parent abb0d859f8
commit 500257fd2b
1 changed files with 1 additions and 1 deletions

View File

@ -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
--------