]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/checkout-no-overlay-pathspec-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2020 22:49:50 +0000 (15:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2020 22:49:50 +0000 (15:49 -0700)
commitc57afd73efcf0df974515eb97a6b1ee375107c71
tree207740f901e4e38324120cedccb12f16db47be68
parentb9ccc5e2b445c048b2165eef0cde103eb00c1673
parentbfda204ade8a19357cf073c98dc3a5043533b4c4
Merge branch 'rs/checkout-no-overlay-pathspec-fix'

"git restore/checkout --no-overlay" with wildcarded pathspec
mistakenly removed matching paths in subdirectories, which has been
corrected.

* rs/checkout-no-overlay-pathspec-fix:
  checkout, restore: make pathspec recursive
builtin/checkout.c
t/t2072-restore-pathspec-file.sh