rebase-i: style fix
commit41f556b947ef5a161aaa791a865242d9bd8e5610
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Jul 2010 05:16:15 +0000 (5 22:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Jul 2010 06:22:52 +0000 (5 23:22 -0700)
treeba039b1c90b5f223ebb3394c6c96331cdf713430
parent869d58813b24c74e84c9388041eafcef40cb51e4
rebase-i: style fix

Case arms should align with "case" and "esac".

Do not cat a file into a pipeline; just make the downstream command
read from the file.

Having a while statement as a downstream of a pipe is fine, but
the loop should begin on its own line.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh