diff --git a/tools/tools/git/mfc-candidates.sh b/tools/tools/git/mfc-candidates.sh --- a/tools/tools/git/mfc-candidates.sh +++ b/tools/tools/git/mfc-candidates.sh @@ -141,6 +141,9 @@ canonicalize_hashes() { while read hash rest; do + case "${hash}" in + "#"*) continue ;; + esac if ! git show --pretty=%H --no-patch $hash; then echo "error parsing hash list" >&2 exit 1