summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-14 22:28:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-02-14 22:28:20 (GMT)
commit6f07c7b91197aa06c5d8a05c67100c369012f933 (patch)
tree7b829c0542e0862da56ec058fb9b33c88c17e5be /Documentation
parent8989e1950a845ceeb186d490321a4f917ca4de47 (diff)
parent29d03f84a1bd0e27ab172bcd80382c5e2e8df1ec (diff)
downloadgit-6f07c7b91197aa06c5d8a05c67100c369012f933.zip
git-6f07c7b91197aa06c5d8a05c67100c369012f933.tar.gz
git-6f07c7b91197aa06c5d8a05c67100c369012f933.tar.bz2
Merge branch 'en/rebase-merge-on-sequencer'
"git rebase --merge" as been reimplemented by reusing the internal machinery used for "git rebase -i". * en/rebase-merge-on-sequencer: git-rebase.txt: update to reflect merge now implemented on sequencer
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index daa1640..619303a 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -554,8 +554,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