diff options
author | Andy Parkins <andyparkins@gmail.com> | 2007-02-05 19:58:47 +0000 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-05 13:48:59 -0800 |
commit | 69057cf39f87ecfe7446b14aa7df87ccf19b1151 (patch) | |
tree | 642b82c1785213d7f2ad0d4b9daeb1f932bf28ec /Documentation/git-for-each-ref.txt | |
parent | 133f081057a99957d6d34aa1c4fec61e5c5d22d8 (diff) | |
download | git-69057cf39f87ecfe7446b14aa7df87ccf19b1151.tar.gz |
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.txt | 2 |
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`). |