1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-19 05:33:04 +02:00

changelog: BUG #1121

This commit is contained in:
Andrew Gallant 2019-01-23 20:06:01 -05:00
parent 4691d11034
commit 8fd05cacee
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -18,6 +18,8 @@ Bug fixes:
`--files-with-matches` and `--files-without-match` work with one file. `--files-with-matches` and `--files-without-match` work with one file.
* [BUG #1093](https://github.com/BurntSushi/ripgrep/pull/1093): * [BUG #1093](https://github.com/BurntSushi/ripgrep/pull/1093):
Fix handling of literal slashes in gitignore patterns. Fix handling of literal slashes in gitignore patterns.
* [BUG #1121](https://github.com/BurntSushi/ripgrep/issues/1121):
Fix bug that was triggering Windows antimalware when using the --files flag.
* [BUG #1173](https://github.com/BurntSushi/ripgrep/issues/1173): * [BUG #1173](https://github.com/BurntSushi/ripgrep/issues/1173):
Fix handling of `**` patterns in gitignore files. Fix handling of `**` patterns in gitignore files.
* [BUG #1174](https://github.com/BurntSushi/ripgrep/issues/1174): * [BUG #1174](https://github.com/BurntSushi/ripgrep/issues/1174):