Re: What's cooking in git.git (Jun 2021, #07; Wed, 30)
From: Jeff King <hidden>
Date: 2021-07-01 16:20:12
From: Jeff King <hidden>
Date: 2021-07-01 16:20:12
On Wed, Jun 30, 2021 at 03:55:33PM -0700, Junio C Hamano wrote:
* jk/test-avoid-globmatch-with-skip-patterns (2021-06-17) 1 commit - test-lib: avoid accidental globbing in match_pattern_list() We broke "GIT_SKIP_TESTS=t?000" to skip certain tests in recent update, which got fixed. Will merge to 'next'.
Not a big deal, but the commit message needs s/t?0000/t?000/ (the numbers are four-digits, and the "?" is one of them). If it's not too much trouble before it hits 'next'. :) -Peff