mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
log: add message when a binary file is skipped
The way we do this is a little hokey but I believe it is correct. Fixes #2246
This commit is contained in:
@@ -77,6 +77,8 @@ Bug fixes:
|
||||
Fix gitignore parsing bug where a trailing `\/` resulted in an error.
|
||||
* [BUG #2243](https://github.com/BurntSushi/ripgrep/issues/2243):
|
||||
Fix `--sort` flag for values other than `path`.
|
||||
* [BUG #2246](https://github.com/BurntSushi/ripgrep/issues/2246):
|
||||
Add note in `--debug` logs when binary files are ignored.
|
||||
* [BUG #2337](https://github.com/BurntSushi/ripgrep/issues/2337):
|
||||
Improve docs to mention that `--stats` is always implied by `--json`.
|
||||
* [BUG #2381](https://github.com/BurntSushi/ripgrep/issues/2381):
|
||||
|
Reference in New Issue
Block a user