summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2022-12-17 00:04:41 -0700
committerThayne McCombs <astrothayne@gmail.com>2022-12-17 00:28:47 -0700
commit27013537c9ca87d69a0908d40649b09626ea82cc (patch)
tree07bbb967b31ed2446814b452b9e5ee3853ba0d4f /CHANGELOG.md
parentaddf00cb167ee6a9d8c14ddd9ca81512001af953 (diff)
Fix logic for when to read global ignore file
Fixes #1209
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e309e63..be1efc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
## Bugfixes
+- Fix logic for when to use global ignore file. There was a bug where the only case where the
+ global ignore file wasn't processed was if `--no-ignore` was passed, but neither `--unrestricted`
+ nor `--no-global-ignore-file` is passed. See #1209
+
## Changes
## Other