Message ID | ba35ba3ec212860a3151cfad582a384a50c55e6a.1731871683.git.code@khaugsbakk.name (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Documentation/glossary: describe "trailer" | expand |
kristofferhaugsbakk@fastmail.com writes: > diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt > index 42afe048691..575c18f776e 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]. Sounds sensible.
On Sun, Nov 17, 2024 at 8:34 PM <kristofferhaugsbakk@fastmail.com> wrote: > > • Tags: What the Linux Kernel uses > • Footers: Lots of people around the Internet apparently. Like on > Stackoverflow. Or Chromium: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/git-footers.html > > Documentation/glossary-content.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt > index 42afe048691..575c18f776e 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]. > + Ack, thanks!
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 42afe048691..575c18f776e 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