]> git.ipfire.org Git - thirdparty/git.git/commitdiff
rebase: remove --allow-empty-message from incompatible opts
authorElijah Newren <newren@gmail.com>
Wed, 25 Jan 2023 04:03:47 +0000 (04:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jan 2023 17:20:52 +0000 (09:20 -0800)
--allow-empty-message was turned into a no-op and even documented
as such; the flag is simply ignored.  Since the flag is ignored, it
shouldn't be documented as being incompatible with other flags.

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

index 6490bc96a15261276bc23490c2da4badf57554d8..7d01d1412d1846181e29a444c08f368d715999b5 100644 (file)
@@ -647,7 +647,6 @@ are incompatible with the following options:
  * --merge
  * --strategy
  * --strategy-option
- * --allow-empty-message
  * --[no-]autosquash
  * --rebase-merges
  * --interactive