fix(mkreleaselog): remove outdated comment

This commit is contained in:
Steven Allen 2021-07-21 11:33:09 -07:00
parent d3604bb06a
commit 8fca584a3c

View File

@ -149,7 +149,6 @@ ignored_commit() {
local matches
# Check to see if this commit includes any non-ignored files.
# Use jq instead of grep so we get PCRE regexes.
matches=$(git -C "$dir" diff-tree --no-commit-id --name-only -r "$commit" \
-- "${IGNORE_FILES_PATHSPEC[@]}" | wc -l)
[[ "$matches" -eq 0 ]]