Page MenuHomeFreeBSD

D27664.diff
No OneTemporary

D27664.diff

Index: tools/tools/git/hooks/prepare-commit-msg
===================================================================
--- tools/tools/git/hooks/prepare-commit-msg
+++ tools/tools/git/hooks/prepare-commit-msg
@@ -28,36 +28,26 @@
cat >$outfile <<EOF
$(awk '1;/^#$/{exit}' $1)
+# 72 columns --|
+#
# Uncomment and complete these metadata fields, as appropriate:
#
-# PR:
-# Submitted by:
-# Reported by:
-# Reviewed by:
-# Approved by:
-# Obtained from:
-# MFC after:
-# MFH:
-# Relnotes:
-# Security:
-# Sponsored by:
-# Pull Request:
-# Differential Revision:
+# PR: <If and which Problem Report is related.>
+# Submitted by: <If someone else sent in the change.>
+# Reported by: <If someone else reported the issue.>
+# Reviewed by: <If someone else reviewed your modification.>
+# Approved by: <If you needed approval for this commit.>
+# Obtained from: <If the change is from a third party.>
+# MFC after: <N [day[s]|week[s]|month[s]]. Request a reminder email>
+# MFH: <Ports tree branch name. Request approval for merge.>
+# Relnotes: <Set to 'yes' for mention in release notes.>
+# Security: <Vulnerability reference (one per line) or description.>
+# Sponsored by: <If the change was sponsored by an organization.>
+# Pull Request: <https://github.com/freebsd/<repo>/pull/###>
+# Differential Revision: <https://reviews.freebsd.org/D###>
#
-# Description of fields to fill in above: 72 columns --|
-# PR: If and which Problem Report is related.
-# Submitted by: If someone else sent in the change.
-# Reported by: If someone else reported the issue.
-# Reviewed by: If someone else reviewed your modification.
-# Approved by: If you needed approval for this commit.
-# Obtained from: If the change is from a third party.
-# MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
-# MFH: Ports tree branch name. Request approval for merge.
-# Relnotes: Set to 'yes' for mention in release notes.
-# Security: Vulnerability reference (one per line) or description.
-# Sponsored by: If the change was sponsored by an organization.
-# Pull Request: https://github.com/freebsd/<repo>/pull/### (*full* GitHub URL needed).
-# Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed).
+# "Pull Request" and "Differential Revision" require the *full* GitHub or
+# Phabricator URL.
$(awk '/^#$/,EOF' $1)
EOF

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 27, 1:14 PM (6 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30429086
Default Alt Text
D27664.diff (2 KB)

Event Timeline