git hooks: Rework authorship instructions.
While there, move them upwards so they are not hidden at the far end of the template.
This commit is contained in:
parent
37dfa4eeea
commit
5b7c178565
@ -44,6 +44,9 @@ $(awk '1;/^#$/{exit}' "$1")
|
|||||||
# <then a blank line>
|
# <then a blank line>
|
||||||
# 72 columns --|
|
# 72 columns --|
|
||||||
#
|
#
|
||||||
|
# Do not add a Submitted by line. If someone besides the committer sent in the
|
||||||
|
# change, the commit author should be set using \`git commit --author\`.
|
||||||
|
#
|
||||||
# Uncomment and complete these metadata fields, as appropriate:
|
# Uncomment and complete these metadata fields, as appropriate:
|
||||||
#
|
#
|
||||||
# PR: <If and which Problem Report is related.>
|
# PR: <If and which Problem Report is related.>
|
||||||
@ -61,8 +64,7 @@ $(awk '1;/^#$/{exit}' "$1")
|
|||||||
# Differential Revision: <https://reviews.freebsd.org/D###>
|
# Differential Revision: <https://reviews.freebsd.org/D###>
|
||||||
#
|
#
|
||||||
# "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
|
# Phabricator URL.
|
||||||
# \`git commit --author\` if someone besides the committer sent in the change.
|
|
||||||
$(awk '/^#$/,EOF' "$1")
|
$(awk '/^#$/,EOF' "$1")
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user