author | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 Jul 2010 05:16:15 +0000 (22:16 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 Jul 2010 06:22:52 +0000 (23:22 -0700) | ||
commit | 41f556b947ef5a161aaa791a865242d9bd8e5610 | |
tree | ba039b1c90b5f223ebb3394c6c96331cdf713430 | tree | snapshot |
parent | 869d58813b24c74e84c9388041eafcef40cb51e4 | commit | 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>
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 | diff | blob | history |