git: a1bee259bb - main - Provide a one-liner for the "Fixes" commit key word
Mateusz Piotrowski
0mp at FreeBSD.org
Sat Apr 17 19:44:44 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a1bee259bbfc6b3064731ccc302fbf7850dff777
commit a1bee259bbfc6b3064731ccc302fbf7850dff777
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-17 19:43:23 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-17 19:43:23 +0000
Provide a one-liner for the "Fixes" commit key word
---
documentation/content/en/articles/committers-guide/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index bddc637464..90873e9486 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -2572,7 +2572,7 @@ Approved by: re (username)
|The name of the project (if any) from which the code was obtained. Do not use this line for the name of an individual person.
|`Fixes:`
-|The Git short hash as returned by `git rev-parse --short` and the title line of a commit that is fixed by this change.
+|The Git short hash and the title line of a commit that is fixed by this change as returned by `git log -n 1 --oneline GIT-COMMIT-HASH`.
|`MFC after:`
|To receive an e-mail reminder to MFC at a later date, specify the number of days, weeks, or months after which an MFC is planned.
More information about the dev-commits-doc-all
mailing list