summaryrefslogtreecommitdiffstats
path: root/Documentation/git-for-each-ref.txt
diff options
context:
space:
mode:
authorAndy Parkins <andyparkins@gmail.com>2007-02-05 20:58:47 +0100
committerJunio C Hamano <junkio@cox.net>2007-02-05 22:48:59 +0100
commit69057cf39f87ecfe7446b14aa7df87ccf19b1151 (patch)
tree642b82c1785213d7f2ad0d4b9daeb1f932bf28ec /Documentation/git-for-each-ref.txt
parentt9200: Work around HFS+ issues. (diff)
downloadgit-69057cf39f87ecfe7446b14aa7df87ccf19b1151.tar.xz
git-69057cf39f87ecfe7446b14aa7df87ccf19b1151.zip
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 <andyparkins@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-for-each-ref.txt')
-rw-r--r--Documentation/git-for-each-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index da52eba7b3..f49b0d944c 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`).