git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"
@ 2007-02-05 19:58 Andy Parkins
  0 siblings, 0 replies; only message in thread
From: Andy Parkins @ 2007-02-05 19:58 UTC (permalink / raw)
  To: git

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>
---
 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 da52eba..f49b0d9 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`).
-- 
1.5.0.rc1.gf4b6c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-05 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05 19:58 [PATCH] git-for-each-ref doesn't return "the bit after $GIT_DIR/refs" Andy Parkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).