From: Richard Hansen Date: Wed, 4 Sep 2013 19:04:28 +0000 (-0400) Subject: glossary: mention 'treeish' as an alternative to 'tree-ish' X-Git-Tag: v1.8.5-rc0~123^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36a2a54dbf49b74519f6af1a672c9232e450f5f1;p=thirdparty%2Fgit.git glossary: mention 'treeish' as an alternative to 'tree-ish' The documentation contains a mix of the two spellings, so include both in the glossary so that a search for either will lead to the definition. Signed-off-by: Richard Hansen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index dba5062b37..0273095eb4 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -486,7 +486,7 @@ should not be combined with other pathspec. with refs to the associated blob and/or tree objects. A <> is equivalent to a <>. -[[def_tree-ish]]tree-ish:: +[[def_tree-ish]]tree-ish (also treeish):: A <> pointing to either a <>, a <>, or a <> pointing to a tag or commit or tree object.