commit | 41f556b947ef5a161aaa791a865242d9bd8e5610 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jul 05 22:16:15 2010 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 05 23:22:52 2010 -0700 |
tree | ba039b1c90b5f223ebb3394c6c96331cdf713430 | |
parent | 869d58813b24c74e84c9388041eafcef40cb51e4 [diff] |
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>