git: ensure 0/1/2 are open in main()
[gitweb.git] / Documentation / git-tag.txt
index 247534e908d9f5b804a60b6707d1962eccc9bb1a..ea28e39c1b7a8e78b11561ea4b1ff6ccb8a42f92 100644 (file)
@@ -126,10 +126,16 @@ 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
-committer identity (of the form "Your Name <your@email.address>") to
+committer identity (of the form "Your Name <\your@email.address>") to
 find a key.  If you want to use a different default key, you can specify
 it in the repository configuration as follows: