Index: tools/tools/git/hooks/prepare-commit-msg =================================================================== --- tools/tools/git/hooks/prepare-commit-msg +++ tools/tools/git/hooks/prepare-commit-msg @@ -43,7 +43,6 @@ # Uncomment and complete these metadata fields, as appropriate: # # PR: -# Submitted by: # Reported by: # Reviewed by: # Approved by: @@ -57,7 +56,8 @@ # Differential Revision: # # "Pull Request" and "Differential Revision" require the *full* GitHub or -# Phabricator URL. +# Phabricator URL. The commit author should be set appropriately, using +# \`git commit --author\` if someone besides the committer sent in the change. $(awk '/^#$/,EOF' "$1") EOF