git: 7e6b303599 - main - committers-guide: Tidy Fixes: trailer instructions
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/doc/commit/?id=7e6b3035993ef7f7fb9450f7b9344933b6bf95ca commit 7e6b3035993ef7f7fb9450f7b9344933b6bf95ca Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-02-05 04:06:27 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-05 04:06:29 +0000 committers-guide: Tidy Fixes: trailer instructions Reviewed by: jlduran Reported by: emaste, jlduran Differential Revision: https://reviews.freebsd.org/D55121 --- 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 6d28f85ea0..a724a84f45 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2645,7 +2645,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 and the title line of a commit that is fixed by this change as returned by `git log -n 1 --pretty=format:'%h ("%s")' GIT-COMMIT-HASH`. +|The Git short hash and the title line of a commit that is fixed by this change as returned by `git log -n1 --format='%h ("%s")' GIT-COMMIT-HASH`. We include the commit title so that the referenced commit can be located even in the case that a future VCS migration invalidates hash references. |`MFC after:`