mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
fix(mkreleaselog): remove outdated comment
This commit is contained in:
parent
d3604bb06a
commit
8fca584a3c
@ -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 ]]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user