From: Andy Parkins Date: Mon, 5 Feb 2007 19:58:47 +0000 (+0000) Subject: git-for-each-ref doesn't return "the bit after $GIT_DIR/refs" X-Git-Tag: v1.5.0-rc4~44 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=69057cf39f87ecfe7446b14aa7df87ccf19b1151;p=git.git git-for-each-ref doesn't return "the bit after $GIT_DIR/refs" The documentation for git-for-each-ref said that the refname variable would return "the part after $GIT_DIR/refs/", which isn't true. Signed-off-by: Andy Parkins Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index da52eba7b..f49b0d944 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -66,7 +66,7 @@ keys. For all objects, the following names can be used: refname:: - The name of the ref (the part after $GIT_DIR/refs/). + The name of the ref (the part after $GIT_DIR/). objecttype:: The type of the object (`blob`, `tree`, `commit`, `tag`).