diff --git a/tools/tools/git/hooks/prepare-commit-msg b/tools/tools/git/hooks/prepare-commit-msg --- a/tools/tools/git/hooks/prepare-commit-msg +++ b/tools/tools/git/hooks/prepare-commit-msg @@ -42,24 +42,29 @@ # # Uncomment and complete these metadata fields, as appropriate: # -# PR: -# Reported by: -# Reviewed by: -# Tested by: -# Approved by: -# Obtained from: -# Fixes: -# MFC after: -# Relnotes: -# Security: -# Event: -# Sponsored by: +# PR: +# Reported by: +# Reviewed by: +# Tested by: +# Discussed with: +# Approved by: +# Obtained from: +# Fixes: +# MFC after: +# MFC to: +# Relnotes: +# Security: +# Event: +# Sponsored by: # Pull Request: /pull/###> +# Closes: /pull/###> +# Co-authored-by: # Differential Revision: # -# "Pull Request" and "Differential Revision" require the *full* GitHub or -# Phabricator URL. The commit author should be set appropriately, using -# \`git commit --author\` if someone besides the committer sent in the change. +# "Pull Request", "Closes" and "Differential Revision" require the +# *full* GitHub or 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