We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ca2f32 + 51f5a2b commit 7501015Copy full SHA for 7501015
templates/hooks--prepare-commit-msg.sample
@@ -34,7 +34,7 @@ SHA1=$3
34
# *) ;;
35
# esac
36
37
-# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
+# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
38
# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE"
39
# if test -z "$COMMIT_SOURCE"
40
# then
0 commit comments