]> git.ipfire.org Git - thirdparty/git.git/commit - git-rebase--interactive.sh
rebase: extract functions out of git_rebase__interactive
authorWink Saville <wink@saville.com>
Fri, 23 Mar 2018 21:25:25 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Mar 2018 22:12:39 +0000 (15:12 -0700)
commit27c499bf33bf6c03cd8c9cfeaa0985f8f7dafc25
treeef3a9cc38416f4f824202c21d2b2b3e01b644eea
parentd48f97aa854bfa7da62d053f4fed4df58e164f95
rebase: extract functions out of git_rebase__interactive

The extracted functions are:
  - initiate_action
  - setup_reflog_action
  - init_basic_state
  - init_revisions_and_shortrevisions
  - complete_action

Used by git_rebase__interactive

Signed-off-by: Wink Saville <wink@saville.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Helped-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh