My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133f081
)
git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"
author
Andy Parkins
<andyparkins@gmail.com>
Mon, 5 Feb 2007 19:58:47 +0000
(19:58 +0000)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 5 Feb 2007 21:48:59 +0000
(13:48 -0800)
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>
Documentation/git-for-each-ref.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-for-each-ref.txt
b/Documentation/git-for-each-ref.txt
index
da52eba
..
f49b0d9
100644
(file)
--- 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`).