summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-22 11:05:24 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-22 11:05:24 -0400
commit22ac2e056e1826957dddfaac6e45dadc4414bbe1 (patch)
treee6044498917a89b8fea023df2609f2d4329906fc /CHANGELOG.md
parent03af61fc7bb384cb594359fee806912ee5e57a98 (diff)
ripgrep: stop early when --files --quiet is used
This commit tweaks the implementation of the --files flag to stop early when --quiet is provided. Fixes #907
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5ee469a..c3b72478 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,6 +84,9 @@ Bug fixes:
Upgrade `grep` crate to `regex-syntax 0.5.0`.
* [BUG #893](https://github.com/BurntSushi/ripgrep/issues/893):
Improve support for git submodules.
+* [BUG #907](https://github.com/BurntSushi/ripgrep/issues/907):
+ ripgrep will now stop traversing after the first file when `--quiet --files`
+ is used.
* [BUG #918](https://github.com/BurntSushi/ripgrep/issues/918):
Don't skip tar archives when `-z/--search-zip` is used.
* [BUG #934](https://github.com/BurntSushi/ripgrep/issues/934):