rebase: reindent function git_rebase__interactive
Signed-off-by: Wink Saville <wink@saville.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
2f5f469bc4
commit
d48f97aa85
|
@ -741,7 +741,6 @@ get_missing_commit_check_level () {
|
||||||
}
|
}
|
||||||
|
|
||||||
git_rebase__interactive () {
|
git_rebase__interactive () {
|
||||||
|
|
||||||
case "$action" in
|
case "$action" in
|
||||||
continue)
|
continue)
|
||||||
if test ! -d "$rewritten"
|
if test ! -d "$rewritten"
|
||||||
|
@ -1018,5 +1017,4 @@ then
|
||||||
--continue
|
--continue
|
||||||
fi
|
fi
|
||||||
do_rest
|
do_rest
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue