git: a1bee259bb - main - Provide a one-liner for the "Fixes" commit key word
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=a1bee259bbfc6b3064731ccc302fbf7850dff777 commit a1bee259bbfc6b3064731ccc302fbf7850dff777 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2021-04-17 19:43:23 +0000 Commit: Mateusz Piotrowski <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"