From 6bf6366cc6ac3de57ddb77e653d246aba333973d Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 27 Mar 2013 15:19:35 +0100 Subject: [PATCH] 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 --- Documentation/git-commit.txt | 2 ++ 1 file changed, 2 insertions(+) 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=:: -- 2.11.4.GIT