mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
doc: improve --sort=path
This clarifies that the paths are not sorted in a fully lexicographic order, but that / is treated specially. Fixes #2418
This commit is contained in:
@@ -79,6 +79,8 @@ Bug fixes:
|
||||
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 #2418](https://github.com/BurntSushi/ripgrep/pull/2418):
|
||||
Clarify sorting semantics of `--sort=path`.
|
||||
* [BUG #2458](https://github.com/BurntSushi/ripgrep/pull/2458):
|
||||
Make `--trim` run before `-M/--max-columns` takes effect.
|
||||
* [BUG #2479](https://github.com/BurntSushi/ripgrep/issues/2479):
|
||||
|
Reference in New Issue
Block a user