t3507: clean up style
authorDenton Liu <liu.denton@gmail.com>
Wed, 17 Apr 2019 10:23:22 +0000 (11:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2019 04:49:28 +0000 (13:49 +0900)
commit5caab8de8a8861e977ffa6e66f2a5ebfe5b8e56c
tree223955c55e000bf7b32d9d0a947f5aeecf3a6dde
parentb510f0beab2e251175ea3d021129b6029c370aa4
t3507: clean up style

Remove space after redirection operators for style. Also, remove a git
command which was upstream of a pipe. Finally, let grep and sed open
their own input instead of letting the shell redirect the input.

Helped-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3507-cherry-pick-conflict.sh