]> git.ipfire.org Git - thirdparty/git.git/commit
t1092: run "rebase --apply" without "-q" in testing
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Sat, 16 Oct 2021 09:07:09 +0000 (09:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Oct 2021 16:24:51 +0000 (09:24 -0700)
commit5e311edfd3717373912df8239daba6903d78b7bd
tree71c7060ea7b1465db766c4226bdf3d9da30e049d
parentf751097be3d456773211036ac2c3e26f6cef30f2
t1092: run "rebase --apply" without "-q" in testing

We run a few operations and make sure they produce identical results
with and without sparse-index; the version we merged to the "next"
branch used the "-q" option to work around a breakage caused by a
version used at Microsoft with some unreleased changes, but since
we would want to make sure the commands produce identical results,
including reports given to the output that lists which commits were
picked, use of "-q" loses too much interesting information.

Let's drop "-q" from the command invocation and revisit the issue
when the problematic changes are upstreamed.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Helped-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1092-sparse-checkout-compatibility.sh