]> git.ipfire.org Git - thirdparty/git.git/commit
t9101: ensure no whitespace after redirect
authorSeyi Kuforiji <kuforiji98@gmail.com>
Wed, 23 Oct 2024 12:11:12 +0000 (13:11 +0100)
committerTaylor Blau <me@ttaylorr.com>
Wed, 23 Oct 2024 18:57:32 +0000 (14:57 -0400)
commit09bf12250736045cddcbef94bdcf65ca9cd27902
tree5cbc1e31717cd729817000b7a00a2b3679605a13
parentfd3785337beb285ed7fd67ce6fc3d3bed2097b40
t9101: ensure no whitespace after redirect

This change updates the script to conform to the coding
standards outlined in the Git project's documentation. According to the
guidelines in Documentation/CodingGuidelines under "Redirection
operators", there should be no whitespace after redirection operators.

Signed-off-by: Seyi Kuforiji <kuforiji98@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
t/t9101-git-svn-props.sh