Index: tools/tools/git/hooks/prepare-commit-msg =================================================================== --- tools/tools/git/hooks/prepare-commit-msg +++ tools/tools/git/hooks/prepare-commit-msg @@ -43,20 +43,20 @@ # Uncomment and complete these metadata fields, as appropriate: # # PR: -# Reported by: -# Reviewed by: -# Tested by: -# Approved by: -# Obtained from: +# Reported-by: +# Reviewed-by: +# Tested-by: +# Approved-by: +# Obtained-from: # Fixes: -# MFC after: +# MFC-after: # Relnotes: # Security: -# Sponsored by: -# Pull Request: /pull/###> +# Sponsored-by: +# Pull-request: /pull/###> # Differential Revision: # -# "Pull Request" and "Differential Revision" require the *full* GitHub or +# "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. $(awk '/^#$/,EOF' "$1")