]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/wildmatch-fixes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Apr 2023 21:28:27 +0000 (14:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Apr 2023 21:28:27 +0000 (14:28 -0700)
The wildmatch library code unlearns exponential behaviour it
acquired some time ago since it was borrowed from rsync.

* pw/wildmatch-fixes:
  t3070: make chain lint tester happy
  wildmatch: hide internal return values
  wildmatch: avoid undefined behavior
  wildmatch: fix exponential behavior

1  2 
wildmatch.c

diff --cc wildmatch.c
Simple merge