]> git.ipfire.org Git - thirdparty/git.git/commit
t7501: remove spaces after redirect operators
authorDenton Liu <liu.denton@gmail.com>
Wed, 27 Nov 2019 19:53:40 +0000 (11:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Nov 2019 21:20:15 +0000 (13:20 -0800)
commit38c1aa01de8220f84460ef115f1c1fc58b590240
tree4e82e62b31d5301c9872031383e6edeafb6dc2d7
parent763b47bafab6f781dc52461985b3300d447d1332
t7501: remove spaces after redirect operators

For shell scripts, the usual convention is for there to be no space
after redirection operators, (e.g. `>file`, not `> file`). Remove these
spaces wherever they appear.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7501-commit-basic-functionality.sh