Re: [PATCH 00/16] docs/zh_TW: localize terminology and sync process/ documents

From: Weijie Yuan

Date: Wed Jul 22 2026 - 11:17:34 EST


Sorry to be wordy,

In our zh_CN/how-to.rst, our template for commit message is:

---
docs/zh_CN: Add self-protection index Chinese translation

Translate .../security/self-protection.rst into Chinese.

Update the translation through commit b080e52110ea
("docs: update self-protection __ro_after_init status")
# 请执行 git log --oneline <您翻译的英文文档路径>,并替换上述内容

Signed-off-by: Yanteng Si <si.yanteng@xxxxxxxxx>
# 如果您前面的步骤正确执行,该行会自动显示,否则请检查 gitconfig 文件
---

So the ref for previous commit is wrapped, while in:

https://docs.kernel.org/process/5.Posting.html#patch-formatting-and-changelogs

It asks do not wrap the ref of a certain commit, i.e. keep it as-is, in
the "Fixes:" trailer.

But our case is not about the "Fixes:" trailer, so my understanding is
that we should wrap the ref of previous commit in this series.

Hope there can be a consensus on this matter.

Thanks.