summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-06-13 13:19:40 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-06-13 13:19:40 -0700
commited7f8acbaa3d986a8b4e8d625b2f54355ce15ef0 (patch)
treeb28ec107bf91e7c460c1fafac96cc9d7208217ed /Makefile
parentMerge branch 'nd/worktree-name-sanitization' (diff)
parentrebase: fold git-rebase--common into the -p backend (diff)
downloadtgif-ed7f8acbaa3d986a8b4e8d625b2f54355ce15ef0.tar.xz
Merge branch 'js/rebase-cleanup'
Update supporting parts of "git rebase" to remove code that should no longer be used. * js/rebase-cleanup: rebase: fold git-rebase--common into the -p backend sequencer: the `am` and `rebase--interactive` scripts are gone .gitignore: there is no longer a built-in `git-rebase--interactive` t3400: stop referring to the scripted rebase Drop unused git-rebase--am.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a7e235352..6c3bfb1733 100644
--- a/Makefile
+++ b/Makefile
@@ -624,8 +624,6 @@ SCRIPT_SH += git-web--browse.sh
SCRIPT_LIB += git-mergetool--lib
SCRIPT_LIB += git-parse-remote
-SCRIPT_LIB += git-rebase--am
-SCRIPT_LIB += git-rebase--common
SCRIPT_LIB += git-rebase--preserve-merges
SCRIPT_LIB += git-sh-setup
SCRIPT_LIB += git-sh-i18n