From: Alban Gruin Date: Thu, 27 Sep 2018 21:56:10 +0000 (+0200) Subject: rebase -i: move rebase--helper modes to rebase--interactive X-Git-Tag: v2.20.0-rc0~94^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/34b47315d9721a576b9536492cca0c11588113a2?hp=34b47315d9721a576b9536492cca0c11588113a2 rebase -i: move rebase--helper modes to rebase--interactive This moves the rebase--helper modes still used by git-rebase--preserve-merges.sh (`--shorten-ids`, `--expand-ids`, `--check-todo-list`, `--rearrange-squash` and `--add-exec-commands`) to rebase--interactive.c. git-rebase--preserve-merges.sh is modified accordingly, and rebase--helper.c is removed as it is useless now. Signed-off-by: Alban Gruin Signed-off-by: Junio C Hamano ---