From 68e3c69efae688165a70f1e81b238fbbbff9a4b0 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Sun, 17 Nov 2024 20:33:49 +0100 Subject: [PATCH] Documentation/glossary: describe "trailer" Reported-by: Junio C Hamano Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/glossary-content.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 42afe04869..575c18f776 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -696,6 +696,11 @@ the `refs/tags/` hierarchy is used to represent local tags.. that each contain very well defined concepts or small incremental yet related changes. +[[def_trailer]]trailer:: + Key-value metadata. Trailers are optionally found at the end of + a commit message. Might be called "footers" or "tags" in other + communities. See linkgit:git-interpret-trailers[1]. + [[def_tree]]tree:: Either a <>, or a <> together with the dependent <> and tree objects -- 2.47.3