]> git.ipfire.org Git - thirdparty/git.git/commit
t3905: remove spaces after redirect operators
authorDenton Liu <liu.denton@gmail.com>
Tue, 9 Feb 2021 07:28:48 +0000 (23:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 21:34:58 +0000 (13:34 -0800)
commit32b7385e435b114e7a3d2b1c8c21f5f48ba17db5
tree7cc7724bb9f0bbc5f9539508cc7b7a83a52c4f21
parentd6ab8b192907f72c415ad6aaa416f7b3b994c703
t3905: 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/t3905-stash-include-untracked.sh