aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <ziaee@FreeBSD.org>2026-02-05 04:06:27 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-02-05 04:06:29 +0000
commit7e6b3035993ef7f7fb9450f7b9344933b6bf95ca (patch)
treeedea08c7cb7e914da457676f754532585adae7f1
parentee14723019c065b1fee2a8d63027b2f701dc2297 (diff)
-rw-r--r--documentation/content/en/articles/committers-guide/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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:`