summaryrefslogtreecommitdiff
path: root/t/perf/p0002-read-cache.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-06-28 13:38:48 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-06-28 14:27:10 -0700
commitdc4b4a61baac86bb75b0bdffb9ca45e90c4e194d (patch)
tree9d18510053e8853d3262b618f2448e501f205e1b /t/perf/p0002-read-cache.sh
parentGit 2.10.3 (diff)
downloadtgif-dc4b4a61baac86bb75b0bdffb9ca45e90c4e194d.tar.xz
submodule--helper: do not call utf8_fprintf() unnecessarily
The helper function utf8_fprintf(fp, ...) has exactly the same effect to the output stream fp as fprintf(fp, ...) does, and the only difference is that its return value counts in display columns consumed (assuming that the payload is encoded in UTF-8), as opposed to number of bytes. There is no reason to call it unless the caller cares about its return value. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf/p0002-read-cache.sh')
0 files changed, 0 insertions, 0 deletions