rebase: reindent function git_rebase__interactive

Signed-off-by: Wink Saville <wink@saville.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Wink Saville 2018-03-23 14:25:24 -07:00 committed by Junio C Hamano
parent 2f5f469bc4
commit d48f97aa85
1 changed files with 216 additions and 218 deletions

View File

@ -741,7 +741,6 @@ get_missing_commit_check_level () {
}

git_rebase__interactive () {

case "$action" in
continue)
if test ! -d "$rewritten"
@ -1018,5 +1017,4 @@ then
--continue
fi
do_rest

}