From: Rudolf Polzer Date: Wed, 27 Mar 2013 08:26:50 +0000 (+0100) Subject: oops, it's index, not work tree, here X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdiv0-gittools.git;a=commitdiff_plain;h=249187277cd1ee71b2451802fedbf185186f5f21 oops, it's index, not work tree, here --- diff --git a/git-identify-revision b/git-identify-revision index b1abf9c..21b56a0 100755 --- a/git-identify-revision +++ b/git-identify-revision @@ -13,7 +13,7 @@ usage() echo "closest match." echo echo "Example: $0 --cached v1.0..HEAD" - echo "Compares current work tree to all revisions between v1.0 and HEAD," + echo "Compares current index to all revisions between v1.0 and HEAD," echo "and identifies the closest match." }