mirror of https://git.FreeBSD.org/doc.git
Provide a one-liner for the "Fixes" commit key word
This commit is contained in:
parent
84d56d3868
commit
a1bee259bb
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue