]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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

1  2 
dir.c

diff --cc dir.c
Simple merge