Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149724703
D27664.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D27664.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D27664: Compact the git commit message template
Attached
Detach File
Event Timeline
Log In to Comment