]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
rebase -i: remove unused modes and functions
authorAlban Gruin <alban.gruin@gmail.com>
Tue, 28 Aug 2018 12:10:37 +0000 (14:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2018 20:38:18 +0000 (13:38 -0700)
commit91f0d95dcb4dd9c388881b64a7d79a3809927126
tree99231e8e11e68ff2df058afeb07237c2e6ede186
parentb97e187364990fb8410355ff8b4365d0e37bbbbe
rebase -i: remove unused modes and functions

This removes the modes `--skip-unnecessary-picks`, `--append-todo-help`,
and `--checkout-onto` from rebase--helper.c, the functions of
git-rebase--interactive.sh that were rendered useless by the rewrite of
complete_action(), and append_todo_help_to_file() from
rebase-interactive.c.

skip_unnecessary_picks() and checkout_onto() becomes static, as they are
only used inside of the sequencer.

Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase--helper.c
git-rebase--interactive.sh
rebase-interactive.c
rebase-interactive.h
sequencer.c
sequencer.h