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
and I uncommented the default prepare-commit-msg hook for adding signatures as follows
SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
git interpret-trailers --in-place --trailer "$SOB""$COMMIT_MSG_FILE"iftest -z "$COMMIT_SOURCE"then
/usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++'"$COMMIT_MSG_FILE"fi
This setup generates the following commit diega/besu@6940f8f9 which doesn't validates DCO properly. On the other hand I had created on another computer with similar setup this other commit diega/besu@017d9c95 which validates just fine.
My last name has the character
ó
in it. I have my.gitconfig
with the following sectionand I uncommented the default
prepare-commit-msg
hook for adding signatures as followsThis setup generates the following commit diega/besu@6940f8f9 which doesn't validates DCO properly. On the other hand I had created on another computer with similar setup this other commit diega/besu@017d9c95 which validates just fine.
TL;DR;
validates. And
doesn't
The text was updated successfully, but these errors were encountered: