Date: Sat, 17 Apr 2021 19:44:44 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: a1bee259bb - main - Provide a one-liner for the "Fixes" commit key word Message-ID: <202104171944.13HJiik6094218@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=a1bee259bbfc6b3064731ccc302fbf7850dff777 commit a1bee259bbfc6b3064731ccc302fbf7850dff777 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-17 19:43:23 +0000 Commit: Mateusz Piotrowski <0mp@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104171944.13HJiik6094218>