We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171cd05 commit 3491bf3Copy full SHA for 3491bf3
test/lint/commit-script-check.sh
@@ -37,7 +37,7 @@ for commit in $(git rev-list --reverse $1); do
37
git reset --quiet --hard HEAD
38
else
39
if git rev-list "--format=%b" -n1 $commit | grep -q '^-\(BEGIN\|END\)[ a-zA-Z]*-$'; then
40
- echo "Error: script block marker but no scripted-diff in title"
+ echo "Error: script block marker but no scripted-diff in title of commit $commit"
41
echo "Failed"
42
RET=1
43
fi
0 commit comments