From 3d2f49f6fe70a61fa501c3ed95d208ef10d3b94d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 21 Nov 2023 18:03:06 -0500 Subject: [PATCH] changelog: --pretty now behaves more sensibly This actually just kind of fell out of the migration off of Clap as a result of treating `-p/--pretty` more rigorously as an alias for `--line-number --heading --color always`. Fixes #2381, Closes #2637 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a839674b..1a2943dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,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 #2381](https://github.com/BurntSushi/ripgrep/issues/2381): + Make `-p/--pretty` override flags like `--no-line-number`. * [BUG #2392](https://github.com/BurntSushi/ripgrep/issues/2392): Improve global git config parsing of the `excludesFile` field. * [BUG #2480](https://github.com/BurntSushi/ripgrep/issues/2480):