File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ creates a 'tag' object, and requires the tag message. Unless
2626`-m <msg>` or `-F <file>` is given, an editor is started for the user to type
2727in the tag message.
2828
29+ If `-m <msg>` or `-F <file>` is given and `-a`, `-s`, and `-u <key-id>`
30+ are absent, `-a` is implied.
31+
2932Otherwise just the SHA1 object name of the commit object is
3033written (i.e. a lightweight tag).
3134
@@ -68,10 +71,14 @@ OPTIONS
6871 Use the given tag message (instead of prompting).
6972 If multiple `-m` options are given, there values are
7073 concatenated as separate paragraphs.
74+ Implies `-a` if none of `-a`, `-s`, or `-u <key-id>`
75+ is given.
7176
7277-F <file>::
7378 Take the tag message from the given file. Use '-' to
7479 read the message from the standard input.
80+ Implies `-a` if none of `-a`, `-s`, or `-u <key-id>`
81+ is given.
7582
7683CONFIGURATION
7784-------------
You can’t perform that action at this time.
0 commit comments