diff options
author | Christian Helmuth <christian.helmuth@genode-labs.com> | 2013-03-27 15:19:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-27 09:32:02 -0700 |
commit | 6bf6366cc6ac3de57ddb77e653d246aba333973d (patch) | |
tree | 487033991fa7e08b5a4e12c3c401cf8e8264072d /Documentation/git-commit.txt | |
parent | 38ef8a76e7c8c3e1be6e6ae96cfccc4191e9eac8 (diff) | |
download | git-6bf6366cc6ac3de57ddb77e653d246aba333973d.tar.gz |
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>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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>:: |