X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fglossary.txt;h=894883d7b60c4c79263323fc007406c4f3720bac;hb=cc06c870685865decc7948cdb2d7e9b52ac8ee32;hp=7e560b0eea83ae7b32e17095f766d84c0b67671f;hpb=01fe679a341ed3b1a816404faf76bf454712aa2f;p=git.git diff --git a/Documentation/glossary.txt b/Documentation/glossary.txt index 7e560b0ee..894883d7b 100644 --- a/Documentation/glossary.txt +++ b/Documentation/glossary.txt @@ -282,6 +282,13 @@ SCM:: SHA1:: Synonym for object name. +symref:: + Symbolic reference: instead of containing the SHA1 id itself, it + is of the format 'ref: refs/some/thing' and when referenced, it + recursively dereferences to this reference. 'HEAD' is a prime + example of a symref. Symbolic references are manipulated with + the gitlink:git-symbolic-ref[1] command. + topic branch:: A regular git branch that is used by a developer to identify a conceptual line of development. Since branches