From 406fde17da450036acc35316c085e32bbd73ebc1 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 4 Sep 2013 15:04:29 -0400 Subject: glossary: define commit-ish (a.k.a. committish) Signed-off-by: Richard Hansen Signed-off-by: Junio C Hamano --- Documentation/glossary-content.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Documentation/glossary-content.txt') 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. -- cgit 1.2.3-korg