From: Richard Hansen Date: Wed, 4 Sep 2013 19:04:29 +0000 (-0400) Subject: glossary: define commit-ish (a.k.a. committish) X-Git-Tag: v1.8.5-rc0~123^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=406fde17da450036acc35316c085e32bbd73ebc1;p=thirdparty%2Fgit.git glossary: define commit-ish (a.k.a. committish) Signed-off-by: Richard Hansen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 0273095eb4..47e901ece8 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -82,6 +82,18 @@ to point at the new commit. to the top <> of the stored revision. +[[def_commit-ish]]commit-ish (also committish):: + A <> or an + <> that can be recursively dereferenced to + a commit object. + The following are all commit-ishes: + a commit object, + a <> that points to a commit + object, + a tag object that points to a tag object that points to a + commit object, + etc. + [[def_core_git]]core Git:: Fundamental data structures and utilities of Git. Exposes only limited source code management tools.