We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a2a54 commit 406fde1Copy full SHA for 406fde1
Documentation/glossary-content.txt
@@ -82,6 +82,18 @@ to point at the new commit.
82
to the top <<def_directory,directory>> of the stored
83
revision.
84
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
+
97
[[def_core_git]]core Git::
98
Fundamental data structures and utilities of Git. Exposes only limited
99
source code management tools.
0 commit comments