diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-05-14 04:22:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-15 10:57:32 +0900 |
commit | 082ef75b7bfc90ac236afbb857a9552a026832b8 (patch) | |
tree | 9d98be566e0a0651332e2b5789de13eb68df36a7 /Makefile | |
parent | sequencer: the `am` and `rebase--interactive` scripts are gone (diff) | |
download | tgif-082ef75b7bfc90ac236afbb857a9552a026832b8.tar.xz |
rebase: fold git-rebase--common into the -p backend
The only remaining scripted part of `git rebase` is the
`--preserve-merges` backend. Meaning: there is little reason to keep the
"library of common rebase functions" as a separate file.
While moving the functions to `git-rebase--preserve-merges.sh`, we also
drop the `move_to_original_branch` function that is no longer used.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -624,7 +624,6 @@ SCRIPT_SH += git-web--browse.sh SCRIPT_LIB += git-mergetool--lib SCRIPT_LIB += git-parse-remote -SCRIPT_LIB += git-rebase--common SCRIPT_LIB += git-rebase--preserve-merges SCRIPT_LIB += git-sh-setup SCRIPT_LIB += git-sh-i18n |