1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/crates
Andrew Gallant c81caa673b core: fix file separator bug
I introduced a regression in the migration off of the clap by having
both the buffer writer and the printer be responsible for printing file
separators in multi-threaded search. The buffer writer owns that
responsibility in multi-threaded search.
2023-11-21 18:39:32 -05:00
..
cli cli: replace clap with lexopt and supporting code 2023-11-20 23:51:53 -05:00
core core: fix file separator bug 2023-11-21 18:39:32 -05:00
globset globset: add GlobSet::builder 2023-11-20 23:51:53 -05:00
grep grep: update to the 2021 edition 2023-10-09 20:29:52 -04:00
ignore ignore: improve 'excludesFile' parsing 2023-11-20 23:51:53 -05:00
matcher matcher: add a bunch of inline annotations 2023-10-09 20:29:52 -04:00
pcre2 pcre2: small polishing 2023-10-09 20:29:52 -04:00
printer cli: replace clap with lexopt and supporting code 2023-11-20 23:51:53 -05:00
regex regex: tweak inner literal heuristic 2023-11-20 23:51:53 -05:00
searcher cli: replace clap with lexopt and supporting code 2023-11-20 23:51:53 -05:00