mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
72100217e8
This is buggy behaviour that exists in <=1.17, and this patch restores it* Per gitignore rules, this glob: */somefile Will match: foo/somefile bar/somefile But not: somefile However, so far we’ve accepted this. As this is a breaking change, this patch introduces a hack which lets us accept this behaviour, but clearly marks it as a compatibility exception. In 2.0, this will be gone. Fixes #258 * It only restores it on unices, because the behaviour cannot be restored in any reasonable manner on Windows. Ah well. It's not for long anyway. |
||
---|---|---|
.. | ||
action | ||
command | ||
error | ||
filter | ||
ignore | ||
signal | ||
action.rs | ||
command.rs | ||
config.rs | ||
error.rs | ||
event.rs | ||
filter.rs | ||
fs.rs | ||
handler.rs | ||
ignore.rs | ||
lib.rs | ||
paths.rs | ||
project.rs | ||
signal.rs | ||
swaplock.rs | ||
watchexec.rs |