OSDN Git Service

git-commit doc: describe use of multiple `-m` options
authorChristian Helmuth <christian.helmuth@genode-labs.com>
Wed, 27 Mar 2013 14:19:35 +0000 (15:19 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Mar 2013 16:32:02 +0000 (09:32 -0700)
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>
Documentation/git-commit.txt

index 7bdb039..2105638 100644 (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>::