From: Junio C Hamano Date: Tue, 13 Nov 2018 13:37:19 +0000 (+0900) Subject: Merge branch 'nd/wildmatch-double-asterisk' X-Git-Tag: v2.20.0-rc0~54 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/25e4da89edc5339019f0d7c29a21ef4e08cccf24 Merge branch 'nd/wildmatch-double-asterisk' A pattern with '**' that does not have a slash on either side used to be an invalid one, but the code now treats such double-asterisks the same way as two normal asterisks that happen to be adjacent to each other. * nd/wildmatch-double-asterisk: wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode --- 25e4da89edc5339019f0d7c29a21ef4e08cccf24