]> git.99rst.org Git - git.git/commit
t: expand tests around sparse merges and clean
authorDerrick Stolee <redacted>
Fri, 12 Sep 2025 10:30:11 +0000 (10:30 +0000)
committerJunio C Hamano <redacted>
Mon, 15 Sep 2025 19:10:57 +0000 (12:10 -0700)
commit592d2a93af8a0af047d2212004ca474855096d5f
treee57b4a60421adfca2c2d04ae56560ccf8bebade7
parent66c11bd46a29f8f91297eaf6157be912bd0bf12a
t: expand tests around sparse merges and clean

With the current implementation of 'git sparse-checkout clean', we
notice that a file that was in a conflicted state does not get cleaned
up because of some internal details around the SKIP_WORKTREE bit.

This test is documenting the current behavior before we update it in the
following change.

Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1091-sparse-checkout-builtin.sh
git clone https://git.99rst.org/PROJECT