summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThilo Uttendorfer <tlo@sengaya.de>2022-08-29 22:32:29 +0200
committerAndrew Gallant <jamslam@gmail.com>2023-09-20 11:52:42 -0400
commitcad1f5fae2e4b48d8942add9dc4c950a170b5d2e (patch)
tree5514f64265ac263d219d3a4fd857d9cea7884e32 /CHANGELOG.md
parent2198bd92faacef6e4a102fb96f1640a17a7c3ed2 (diff)
ignore: fix filtering when searching subdirectories
When searching subdirectories the path was not correctly built and included duplicate parts. This fix will remove the duplicate part if possible. Fixes #1757, Closes #2295
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63c04ea6..05a2a781 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ Feature enhancements:
Bug fixes:
+* [BUG #1757](https://github.com/BurntSushi/ripgrep/issues/1757):
+ Fix bug when searching a sub-directory didn't have ignores applied correctly.
* [BUG #1891](https://github.com/BurntSushi/ripgrep/issues/1891):
Fix bug when using `-w` with a regex that can match the empty string.
* [BUG #1911](https://github.com/BurntSushi/ripgrep/issues/1911):