git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-tag(1): Refer to git-check-ref-format(1) for <name>
@ 2009-08-03 18:20 Jari Aalto
  2009-08-04  6:20 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Jari Aalto @ 2009-08-03 18:20 UTC (permalink / raw)
  To: git; +Cc: jari.aalto

Explain briefly what characters are prohibited in tag <name>
and point to git-check-ref-format(1) manual page for
more information.
---
 Documentation/git-tag.txt |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index fa73321..1118ce2 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -17,7 +17,10 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Adds a 'tag' reference in `.git/refs/tags/`
+
+Adds a 'tag' reference in `.git/refs/tags/`.  The tag <name> must pass
+linkgit:git-check-ref-format[1] which basicly means that control characters,
+space, ~, ^, :, ?, *, [ and \ are prohibited.
 
 Unless `-f` is given, the tag must not yet exist in
 `.git/refs/tags/` directory.
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-25 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03 18:20 [PATCH] git-tag(1): Refer to git-check-ref-format(1) for <name> Jari Aalto
2009-08-04  6:20 ` Junio C Hamano
2009-08-05 21:20   ` Jari Aalto
2009-08-22  0:45   ` Nanako Shiraishi
2009-08-25  8:21     ` Nanako Shiraishi
2009-08-25 20:37       ` Junio C Hamano

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).