diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-11-27 07:57:07 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-27 07:57:07 +0900 |
| commit | 89ceab7b4c1ecb07e575a7caaeaba4d478c6a104 (patch) | |
| tree | 9e10456a6f39eb0890c3106cba909d3643368f34 /Documentation | |
| parent | Merge branch 'jk/gcc15' (diff) | |
| parent | Documentation/glossary: describe "trailer" (diff) | |
| download | git-89ceab7b4c1ecb07e575a7caaeaba4d478c6a104.tar.gz git-89ceab7b4c1ecb07e575a7caaeaba4d478c6a104.zip | |
Merge branch 'kh/trailer-in-glossary'
Doc updates.
* kh/trailer-in-glossary:
Documentation/glossary: describe "trailer"
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/glossary-content.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 <<def_working_tree,working tree>>, or a <<def_tree_object,tree object>> together with the dependent <<def_blob_object,blob>> and tree objects |
