On Mon, 9 Dec 2019 at 14:43, Derrick Stolee via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > This is the first of several cleanups to the sparse-checkout feature that > had a large overhaul in ds/sparse-cone. After this landed in next t1091-sparse-checkout-builtin.sh failed in my Cirrus-CI run on FreeBSD - https://cirrus-ci.com/task/5085664047005696 The first failure is: not ok 4 - git sparse-checkout init # # git -C repo sparse-checkout init && # cat >expect <<-EOF && # /* # !/*/ # EOF # test_cmp expect repo/.git/info/sparse-checkout && # test_cmp_config -C repo true core.sparsecheckout && # ls repo >dir && # echo a >expect && # test_cmp expect dir # I'm trying to reproduce locally and investigate.