We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7659bda + 590551c commit cbb408eCopy full SHA for cbb408e
Documentation/git-tag.txt
@@ -34,8 +34,8 @@ in the tag message.
34
If `-m <msg>` or `-F <file>` is given and `-a`, `-s`, and `-u <keyid>`
35
are absent, `-a` is implied.
36
37
-Otherwise just a tag reference for the SHA-1 object name of the commit object is
38
-created (i.e. a lightweight tag).
+Otherwise, a tag reference that points directly at the given object
+(i.e., a lightweight tag) is created.
39
40
A GnuPG signed tag object will be created when `-s` or `-u
41
<keyid>` is used. When `-u <keyid>` is not used, the
0 commit comments