]> granicus.if.org Git - git/commitdiff
git-rebase.txt: update to reflect merge now implemented on sequencer
authorElijah Newren <newren@gmail.com>
Thu, 14 Feb 2019 20:25:41 +0000 (12:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Feb 2019 21:23:58 +0000 (13:23 -0800)
Since commit 8fe9c3f21dff (Merge branch 'en/rebase-merge-on-sequencer',
2019-02-06), --merge now uses the interactive backend (and matches its
behavior) so there is no separate merge backend anymore.  Fix an
oversight in the docs that should have been updated with the previous
change.

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

index 8bfa36a18527c3833f5f8d7e2b8e665262ccbaa9..29307b1340ce1ee9492e4556d7c1d0f7388f3cf6 100644 (file)
@@ -549,8 +549,6 @@ commit started empty (had no changes relative to its parent to
 start with) or ended empty (all changes were already applied
 upstream in other commits).
 
-The merge backend does the same.
-
 The interactive backend drops commits by default that
 started empty and halts if it hits a commit that ended up empty.
 The `--keep-empty` option exists for the interactive backend to allow