]> git.ipfire.org Git - thirdparty/git.git/commit
t/perf: avoid redundant use of cat
authorBeat Bolli <bb@drbeat.li>
Fri, 15 Mar 2024 19:46:02 +0000 (20:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Mar 2024 18:08:56 +0000 (11:08 -0700)
commit108e18acc332162c0dabd505ca7f0804d49f4d80
tree35d7650935612eba09290a0e2d6324737e8f38be
parent47c0f24539b9ece018464011aed85361f0ce89ea
t/perf: avoid redundant use of cat

Take care to redirect stdin, otherwise the output of wc would also contain
the file name.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/repos/inflate-repo.sh