You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actual_signed_off_by_line=`git show -s --format=%B HEAD | sed '/^$/d'| tail -n 1`
32
+
33
+
if [ "$actual_signed_off_by_line"!="$required_signed_off_by_line" ]
34
+
then
35
+
echo -e "\e[1;33m Signed-off-by message is incorrect. The following line should be at the end of the $commit_hash commit's message: '$required_signed_off_by_line'. \e[0m\n"
0 commit comments