p3400: stop using tac(1)
commit100c2da2d3a330366588143d720f09a88926972a
authorRené Scharfe <l.s.r@web.de>
Sat, 2 Oct 2021 17:44:14 +0000 (2 19:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Oct 2021 05:07:21 +0000 (3 22:07 -0700)
tree8b0b179a86605e353932b3ae1d993b0d29124cdb
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
p3400: stop using tac(1)

b3dfeebb92 (rebase: avoid computing unnecessary patch IDs, 2016-07-29)
added a perf test that calls tac(1) from GNU core utilities.  Support
systems without it by reversing the generated list using sort -nr
instead.  sort(1) with options -n and -r is already used in other tests.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p3400-rebase.sh