From: Junio C Hamano Date: Mon, 3 Nov 2025 14:49:54 +0000 (-0800) Subject: Merge branch 'jk/match-pathname-fix' X-Git-Tag: v2.52.0-rc0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52364670907b84f91bcd42035ddd30ceac0f2771;p=thirdparty%2Fgit.git Merge branch 'jk/match-pathname-fix' The wildmatch code had a corner case bug that mistakenly makes "foo**/bar" match with "foobar", which has been corrected. * jk/match-pathname-fix: match_pathname(): give fnmatch one char of prefix context match_pathname(): reorder prefix-match check --- 52364670907b84f91bcd42035ddd30ceac0f2771