]> git.ipfire.org Git - thirdparty/git.git/commit - .gitignore
rebase: introduce a dedicated backend for --preserve-merges
authorAlban Gruin <alban.gruin@gmail.com>
Mon, 28 May 2018 12:34:19 +0000 (14:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Jun 2018 00:34:48 +0000 (09:34 +0900)
commitc42abfe785729587643dec5e7bba414dc3943817
treef6cdacbd96b39412a7c649a2a89d678789950d7c
parent8fa6eea0ffd271f0564048dc939987e9640efca5
rebase: introduce a dedicated backend for --preserve-merges

This duplicates git-rebase--interactive.sh to
git-rebase--preserve-merges.sh. This is done to split -p from -i. No
modifications are made to this file here, but any code that is not used
by -p will be stripped in the next commit.

Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
.gitignore
Makefile
git-rebase--preserve-merges.sh [new file with mode: 0644]