]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/pathspec-match-with-common-prefix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2023 18:30:42 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2023 18:30:43 +0000 (11:30 -0700)
commit13ed10efd422fe143a4d732100c25a6c6c60f656
tree90608cc8db1a107cb9b27d913b392c42eab449b5
parentce481ac8b31c9061eeecd1ba0d7174b621f96632
parentf4a8fde05781358558ea39b082cacb4204717753
Merge branch 'jc/pathspec-match-with-common-prefix'

"git ls-files '(attr:X)D/'" that triggers the common prefix
optimization codepath failed to read from "D/.gitattributes",
which has been corrected.

* jc/pathspec-match-with-common-prefix:
  dir: match "attr" pathspec magic with correct paths
  t6135: attr magic with path pattern
dir.c