Merge branch 'ab/commit-m-with-fixup' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:43:54 +0000 (10:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:43:54 +0000 (10:43 -0800)
commitc1ab3b8a44149a8dfb8968a958b13ac9e8d9579a
treead13ad23ec4fdecbaaf7cb8a9c4e9729f2ec18cd
parent12accdc023f2b62109860cb745bdd1827b2c22de
parent30884c9afcd03aa7d9a0524fde3c96d2e29cf9a9
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
builtin/commit.c
t/t7500-commit.sh