git-rebase.txt: update description of --allow-empty-message
authorElijah Newren <newren@gmail.com>
Thu, 16 Jan 2020 06:14:15 +0000 (06:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jan 2020 21:58:30 +0000 (13:58 -0800)
commit22a69fda197f78410190469bf0fcb51f6f69730f
tree6fea30d737af863989cddb3304d4164d6f44c5df
parentd0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783
git-rebase.txt: update description of --allow-empty-message

Commit b00bf1c9a8dd ("git-rebase: make --allow-empty-message the
default", 2018-06-27) made --allow-empty-message the default and thus
turned --allow-empty-message into a no-op but did not update the
documentation to reflect this.  Update the documentation now, and hide
the option from the normal -h output since it is not useful.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
builtin/rebase.c