]> git.ipfire.org Git - thirdparty/git.git/commit
p0006: fix 'read-tree' argument ordering
authorVictoria Dye <vdye@github.com>
Fri, 19 Aug 2022 20:49:09 +0000 (20:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Aug 2022 21:35:30 +0000 (14:35 -0700)
commit77b9e85c0f1c2ca42bff8f8ccdf2a68b3c942837
tree58c443d7fa672c76c7404624e50afa20f8c06477
parent59c72303dde871e870251825840d807a2bfa9b79
p0006: fix 'read-tree' argument ordering

In the 'p0006' test "read-tree br_base br_ballast", move the '-n' flag used
in 'git read-tree' ahead of its positional arguments.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p0006-read-tree-checkout.sh