1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/crates
Andres Suarez 7534d5144f globset: fix recursive suffix over matching
Previous, 'foo/**' would match 'foo', but it shouldn't have. In this
case, not matching 'foo' is what is documented and also seems consistent
with other recursive globbing implementations (like that in zsh).

This also updates the prefix extractor to pull 'foo/' out of 'foo/**'.

Closes #1756
2021-05-31 21:51:18 -04:00
..
cli cli: fix process leak 2021-05-31 21:51:18 -04:00
core cli: add -. as short option for --hidden 2021-05-31 21:51:18 -04:00
globset globset: fix recursive suffix over matching 2021-05-31 21:51:18 -04:00
grep doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
ignore ignore: check ignore rules before issuing stat calls 2021-05-31 21:51:18 -04:00
matcher doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
pcre2 doc: update CI links in crate READMEs 2020-11-16 19:07:16 -05:00
printer printer: fix context bug when --max-count is used 2021-05-31 21:51:18 -04:00
regex ci: check docs for all crates 2021-05-31 21:51:18 -04:00
searcher searcher: do UTF-8 BOM sniffing like UTF-16 2021-05-31 21:51:18 -04:00