Commit 7b6fe8e
committed
[kensai] force posix glob semantics in gitignore matching
On Windows picomatch auto-enables windows mode and converts
backslashes in patterns to path separators. Gitignore \-escapes
(escaped trailing space, literal backslash) compiled into patterns
that never match anything. windows:false keeps backslashes as
escape characters; patterns and matched paths are POSIX on all
platforms.1 parent e8db70e commit 7b6fe8e
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| |||
0 commit comments