mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-19 09:02:15 +02:00
changelog: note that --no-ignore --ignore-vcs works as expected
This fix fell out of the move off of Clap. Closes #1376
This commit is contained in:
parent
6a055d922c
commit
30d06b3b4c
@ -63,6 +63,8 @@ Bug fixes:
|
|||||||
Don't error when `-v/--invert-match` is used multiple times.
|
Don't error when `-v/--invert-match` is used multiple times.
|
||||||
* [BUG #1275](https://github.com/BurntSushi/ripgrep/issues/1275):
|
* [BUG #1275](https://github.com/BurntSushi/ripgrep/issues/1275):
|
||||||
Fix bug with `\b` assertion in the regex engine.
|
Fix bug with `\b` assertion in the regex engine.
|
||||||
|
* [BUG #1376](https://github.com/BurntSushi/ripgrep/issues/1376):
|
||||||
|
Using `--no-ignore --ignore-vcs` now works as one would expect.
|
||||||
* [BUG #1622](https://github.com/BurntSushi/ripgrep/issues/1622):
|
* [BUG #1622](https://github.com/BurntSushi/ripgrep/issues/1622):
|
||||||
Add note about error messages to `-z/--search-zip` documentation.
|
Add note about error messages to `-z/--search-zip` documentation.
|
||||||
* [BUG #1648](https://github.com/BurntSushi/ripgrep/issues/1648):
|
* [BUG #1648](https://github.com/BurntSushi/ripgrep/issues/1648):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user