Overview
Request 631626 accepted
- Updated to version 0.9.0
- Breaking changes
* When --count and --only-matching are provided simultaneously,
the behavior of ripgrep is as if the --count-matches flag was given.
* Octal syntax is no longer supported.
* The --line-number-width flag has been removed.
- Features
* Added a --stats flag, which emits aggregate statistics
after search results.
* lz4 support when using the -z flag
* Added --no-ignore-global that permits disabling global gitignores
* Renamed --maxdepth to --max-depth
* Added a --pre option to filter with an arbitrary program
* Improved zsh completion
- Bug fixes
* No longer skips tar archives when -z is used
* Ignore gitignore files if outside of a repository
* Use more descriptive error messages
Request History
Fanarito created request
- Updated to version 0.9.0
- Breaking changes
* When --count and --only-matching are provided simultaneously,
the behavior of ripgrep is as if the --count-matches flag was given.
* Octal syntax is no longer supported.
* The --line-number-width flag has been removed.
- Features
* Added a --stats flag, which emits aggregate statistics
after search results.
* lz4 support when using the -z flag
* Added --no-ignore-global that permits disabling global gitignores
* Renamed --maxdepth to --max-depth
* Added a --pre option to filter with an arbitrary program
* Improved zsh completion
- Bug fixes
* No longer skips tar archives when -z is used
* Ignore gitignore files if outside of a repository
* Use more descriptive error messages
namtrac accepted request
Thank you, top of the changes file has too many dash "-" but I'll fix it.