]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7600-merge.sh
t7600: clean up style
authorDenton Liu <liu.denton@gmail.com>
Wed, 17 Apr 2019 10:23:21 +0000 (11:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2019 04:49:28 +0000 (13:49 +0900)
commitb510f0beab2e251175ea3d021129b6029c370aa4
tree0739b537ecaf79eb23c00cc8f7b537c2a5a09855
parentd74f3e58114d1a8544592fcd5dcdfe0fc4993d27
t7600: clean up style

Clean up the 'merge --squash c3 with c7' test by removing some
unnecessary braces and removing a pipe.

Also, generally cleanup style by unindenting a here-doc, removing stray
spaces after a redirection operator and allowing sed to open its own
input instead of redirecting input from the shell.

Helped-by: SZEDER Gábor <szeder.dev@gmail.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7600-merge.sh