diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-22 23:16:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-22 23:18:09 -0800 |
commit | bd46c9a91261f282546a1a41b5303b041fae1361 (patch) | |
tree | b0574242bb14d974ec8371badeb0830c36ba4e9c /Documentation | |
parent | 396865859918e9c7bf8ce74aae137c57da134610 (diff) | |
download | git-bd46c9a91261f282546a1a41b5303b041fae1361.tar.gz |
builtin-tag: accept and process multiple -m just like git-commit
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-tag.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 10d3e3fa95..784ec6d4c2 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -65,7 +65,9 @@ OPTIONS Typing "git tag" without arguments, also lists all tags. -m <msg>:: - Use the given tag message (instead of prompting) + Use the given tag message (instead of prompting). + If multiple `-m` options are given, there values are + concatenated as separate paragraphs. -F <file>:: Take the tag message from the given file. Use '-' to |