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

From: 葉宸佑

Date: Fri Jul 24 2026 - 02:37:45 EST


On Wed, Jul 22, 2026 at 11:09:49PM +0800, Weijie Yuan wrote:
> 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.

Agreed. The no-wrapping rule is specific to the Fixes: trailer, which
is machine-parsed, while "update to commit ..." is matched by
checktransupdate.py on the hash only, so wrapping the title does not
break it. The zh_CN how-to template wraps it, and keeping commit
messages within ~72 columns is the general rule, so I will wrap it in
v2 across the series.

Thanks for the thorough review.

Chen-Yu