Git fork

Merge branch 'rj/t6137-cygwin-fix'

Test fix for breakage introduced in Git 2.50.

* rj/t6137-cygwin-fix:
t6137-*.sh: fix test failure on cygwin

+6 -6
+6 -6
t/t6137-pathspec-wildcards-literal.sh
··· 3 3 4 4 . ./test-lib.sh 5 5 6 - test_have_prereq FUNNYNAMES || { 7 - skip_all='skipping: needs FUNNYNAMES (non-Windows only)' 6 + test_have_prereq BSLASHPSPEC || { 7 + skip_all='skipping: needs BSLASHPSPEC (backslashes in pathspecs)' 8 8 test_done 9 9 } 10 10 ··· 184 184 ) 185 185 ' 186 186 187 - test_expect_success 'add literal \? literal' ' 187 + test_expect_success 'add literal \?' ' 188 188 git init test-q-lit && 189 189 ( 190 190 cd test-q-lit && ··· 241 241 ) 242 242 ' 243 243 244 - test_expect_success 'add literal [abc]' ' 244 + test_expect_success 'add literal \[abc\]' ' 245 245 git init test-brackets-lit && 246 246 ( 247 247 cd test-brackets-lit && ··· 280 280 ) 281 281 ' 282 282 283 - test_expect_success 'commit: literal *' ' 283 + test_expect_success 'commit: literal \*' ' 284 284 git init test-c-asterisk-lit && 285 285 ( 286 286 cd test-c-asterisk-lit && ··· 328 328 ) 329 329 ' 330 330 331 - test_expect_success 'commit: wildcard pathspec limits commit' ' 331 + test_expect_success 'commit: wildcard f**' ' 332 332 git init test-c-pathlimit && 333 333 ( 334 334 cd test-c-pathlimit &&