From: Christian Helmuth Date: Wed, 27 Mar 2013 14:19:35 +0000 (+0100) Subject: git-commit doc: describe use of multiple `-m` options X-Git-Tag: v1.8.1.6~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bf6366cc6ac3de57ddb77e653d246aba333973d;p=thirdparty%2Fgit.git git-commit doc: describe use of multiple `-m` options The text is copied from Documentation/git-tag.txt. Signed-off-by: Christian Helmuth Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 7bdb039d5e..2105638191 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -137,6 +137,8 @@ OPTIONS -m :: --message=:: Use the given as the commit message. + If multiple `-m` options are given, their values are + concatenated as separate paragraphs. -t :: --template=::