summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKento Okamoto <kentokamoto@protonmail.com>2023-10-13 22:49:21 -0700
committerAndrew Gallant <jamslam@gmail.com>2023-11-20 23:51:53 -0500
commit922bad2b92a564ac442368e9e2522f11d61f593f (patch)
treef455879cab66adac6a814ae1ea7a0b7dbc1ad7dc /CHANGELOG.md
parent538ba956dc00b4317d0f40dc6324c31e9e1c40a9 (diff)
ignore: improve 'excludesFile' parsing
This permits the value to be surrounded in double quotes. It's still not perfect, but probably better than it was. Getting this to be more correct will likely require writing (or using) a real parser, which I'm not particularly incliend to do at present. Fixes #2392, Closes #2629
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 a3cf8073..5de53e23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,8 @@ Bug fixes:
Fix gitignore parsing bug where a trailing `\/` resulted in an error.
* [BUG #2243](https://github.com/BurntSushi/ripgrep/issues/2243):
Fix `--sort` flag for values other than `path`.
+* [BUG #2392](https://github.com/BurntSushi/ripgrep/issues/2392):
+ Improve global git config parsing of the `excludesFile` field.
* [BUG #2480](https://github.com/BurntSushi/ripgrep/issues/2480):
Fix bug when using inline regex flags with `-e/--regexp`.
* [BUG #2523](https://github.com/BurntSushi/ripgrep/issues/2523):