Searched refs:foundline (Results 1 – 1 of 1) sorted by relevance
25 foundline=$(git log --no-show-signature -n 1 "$REF" | grep -E -m 1 "$regex")26 if [ -z "$foundline" ]; then