fix(mkreleaselog): remove outdated comment
Steven Allen committed
Jul 21, 2021 at 11:33 UTC
8fca584a3c84dcf00da080831fad7a414b93f9d1
1 file changed
-1
bin/mkreleaselog
-1
@@ -149,7 +149,6 @@ ignored_commit() {
149
local matches
150
151
# Check to see if this commit includes any non-ignored files.
152
- # Use jq instead of grep so we get PCRE regexes.
152
matches=$(git -C "$dir" diff-tree --no-commit-id --name-only -r "$commit" \
153
-- "${IGNORE_FILES_PATHSPEC[@]}" | wc -l)
154
[[ "$matches" -eq 0 ]]