From 249187277cd1ee71b2451802fedbf185186f5f21 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 27 Mar 2013 09:26:50 +0100 Subject: [PATCH] oops, it's index, not work tree, here --- git-identify-revision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } -- 2.39.2