summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlban Gruin <alban.gruin@gmail.com>2018-05-28 12:34:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-06-01 00:34:48 (GMT)
commitc42abfe785729587643dec5e7bba414dc3943817 (patch)
treef6cdacbd96b39412a7c649a2a89d678789950d7c /Makefile
parent8fa6eea0ffd271f0564048dc939987e9640efca5 (diff)
downloadgit-c42abfe785729587643dec5e7bba414dc3943817.zip
git-c42abfe785729587643dec5e7bba414dc3943817.tar.gz
git-c42abfe785729587643dec5e7bba414dc3943817.tar.bz2
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50da82b..810a0d0 100644
--- a/Makefile
+++ b/Makefile
@@ -582,6 +582,7 @@ SCRIPT_LIB += git-mergetool--lib
SCRIPT_LIB += git-parse-remote
SCRIPT_LIB += git-rebase--am
SCRIPT_LIB += git-rebase--interactive
+SCRIPT_LIB += git-rebase--preserve-merges
SCRIPT_LIB += git-rebase--merge
SCRIPT_LIB += git-sh-setup
SCRIPT_LIB += git-sh-i18n
@@ -2271,6 +2272,7 @@ LOCALIZED_C = $(C_OBJ:o=c) $(LIB_H) $(GENERATED_H)
LOCALIZED_SH = $(SCRIPT_SH)
LOCALIZED_SH += git-parse-remote.sh
LOCALIZED_SH += git-rebase--interactive.sh
+LOCALIZED_SH += git-rebase--preserve-merges.sh
LOCALIZED_SH += git-sh-setup.sh
LOCALIZED_PERL = $(SCRIPT_PERL)