Skip to content

Commit 406fde1

Browse files
rhansengitster
authored andcommitted
glossary: define commit-ish (a.k.a. committish)
Signed-off-by: Richard Hansen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 36a2a54 commit 406fde1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/glossary-content.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,18 @@ to point at the new commit.
8282
to the top <<def_directory,directory>> of the stored
8383
revision.
8484

85+
[[def_commit-ish]]commit-ish (also committish)::
86+
A <<def_commit_object,commit object>> or an
87+
<<def_object,object>> that can be recursively dereferenced to
88+
a commit object.
89+
The following are all commit-ishes:
90+
a commit object,
91+
a <<def_tag_object,tag object>> that points to a commit
92+
object,
93+
a tag object that points to a tag object that points to a
94+
commit object,
95+
etc.
96+
8597
[[def_core_git]]core Git::
8698
Fundamental data structures and utilities of Git. Exposes only limited
8799
source code management tools.

0 commit comments

Comments
 (0)