]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'hj/commit-allow-empty-message'
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Jul 2021 20:17:57 +0000 (13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jul 2021 20:17:57 +0000 (13:17 -0700)
"git commit --allow-empty-message" won't abort the operation upon
an empty message, but the hint shown in the editor said otherwise.

* hj/commit-allow-empty-message:
  commit: remove irrelavent prompt on `--allow-empty-message`
  commit: reorganise commit hint strings


Trivial merge