From a1bee259bbfc6b3064731ccc302fbf7850dff777 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Sat, 17 Apr 2021 21:43:23 +0200 Subject: [PATCH] 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.