git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-tag(1): we tag HEAD by default
@ 2013-04-03 14:27 Thomas Rast
  2013-04-03 15:04 ` Junio C Hamano
  2013-04-03 15:18 ` Yann Droneaud
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas Rast @ 2013-04-03 14:27 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

The <commit>|<object> argument is actually not explained anywhere
(except implicitly in the description of an unannotated tag).  Write a
little explanation, in particular to cover the default.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
---

Prompted by a question on IRC about the default value.  Do we actually
read our own docs? ;-)

 Documentation/git-tag.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index e3032c4..697df50 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -126,6 +126,11 @@ This option is only applicable when listing tags without annotation lines.
 	linkgit:git-check-ref-format[1].  Some of these checks
 	may restrict the characters allowed in a tag name.
 
+<commit>, <object>::
+	The object that the new tag will refer to, usually a commit.
+	Defaults to HEAD.
+
+
 CONFIGURATION
 -------------
 By default, 'git tag' in sign-with-default mode (-s) will use your
-- 
1.8.2.548.g7173465

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

end of thread, other threads:[~2013-04-03 18:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 14:27 [PATCH] git-tag(1): we tag HEAD by default Thomas Rast
2013-04-03 15:04 ` Junio C Hamano
2013-04-03 15:11   ` Thomas Rast
2013-04-03 15:17     ` Junio C Hamano
2013-04-03 18:20     ` Junio C Hamano
2013-04-03 15:18 ` Yann Droneaud
2013-04-03 15:22   ` Thomas Rast
2013-04-03 18:21     ` 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).