git-commit doc: describe use of multiple `-m` options

The text is copied from Documentation/git-tag.txt.

Signed-off-by: Christian Helmuth <christian.helmuth@genode-labs.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Christian Helmuth 2013-03-27 15:19:35 +01:00 committed by Junio C Hamano
parent 38ef8a76e7
commit 6bf6366cc6
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ OPTIONS
-m <msg>::
--message=<msg>::
Use the given <msg> as the commit message.
If multiple `-m` options are given, their values are
concatenated as separate paragraphs.

-t <file>::
--template=<file>::