Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-27 21:43:54 +0300
committerJunio C Hamano <gitster@pobox.com>2018-02-27 21:43:54 +0300
commitc1ab3b8a44149a8dfb8968a958b13ac9e8d9579a (patch)
treead13ad23ec4fdecbaaf7cb8a9c4e9729f2ec18cd /Documentation
parent12accdc023f2b62109860cb745bdd1827b2c22de (diff)
parent30884c9afcd03aa7d9a0524fde3c96d2e29cf9a9 (diff)
Merge branch 'ab/commit-m-with-fixup' into maint
"git commit --fixup" did not allow "-m<message>" option to be used at the same time; allow it to annotate resulting commit with more text. * ab/commit-m-with-fixup: commit: add support for --fixup <commit> -m"<extra message>" commit doc: document that -c, -C, -F and --fixup with -m error
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 8c74a2ca03..f970a43422 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -144,6 +144,8 @@ OPTIONS
Use the given <msg> as the commit message.
If multiple `-m` options are given, their values are
concatenated as separate paragraphs.
++
+The `-m` option is mutually exclusive with `-c`, `-C`, and `-F`.
-t <file>::
--template=<file>::