]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/sparse-deep-pattern-checkout-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:50 +0000 (09:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:50 +0000 (09:39 -0800)
The sparse-index/sparse-checkout feature had a bug in its use of
the matching code to determine which path is in or outside the
sparse checkout patterns.

* ds/sparse-deep-pattern-checkout-fix:
  unpack-trees: use traverse_path instead of name
  t1092: add deeper changes during a checkout

1  2 
t/t1092-sparse-checkout-compatibility.sh
unpack-trees.c

diff --cc unpack-trees.c
Simple merge