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: https://git.rm.cloudns.org/?a=commitdiff_plain;p=xonotic%2Fdiv0-gittools.git 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." }