git-rebase: make --allow-empty-message the default
[gitweb.git] / Documentation / git-rebase.txt
index a67df4caba0f56d5a64052adb5fc16340ed4bcae..9e136ee16e1a11716c8379c7f6434f103100c535 100644 (file)
@@ -563,16 +563,6 @@ BEHAVIORAL DIFFERENCES
     The `--keep-empty` option exists for interactive rebases to allow
     it to keep commits that started empty.
 
-  * empty commit messages:
-
-    am-based rebase will silently apply commits with empty commit
-    messages.
-
-    merge-based and interactive-based rebases will by default halt
-    on any such commits.  The `--allow-empty-message` option exists to
-    allow interactive-based rebases to apply such commits without
-    halting.
-
   * directory rename detection:
 
     merge-based and interactive-based rebases work fine with