From: Weijie Yuan <wy@wyuan.org>
To: 葉宸佑 <chenyou910331@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>, Alex Shi <alexs@kernel.org>,
Dongliang Mu <dzm91@hust.edu.cn>,
Yanteng Si <si.yanteng@linux.dev>,
Hu Haowen <2023002089@link.tyut.edu.cn>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 01/16] docs/zh_TW: process: localize terminology in 7.AdvancedTopics.rst
Date: Sat, 1 Aug 2026 02:12:41 +0800 [thread overview]
Message-ID: <amzlmdeE0NA3Fnw4@wyuan.org> (raw)
In-Reply-To: <CAKspUh+v8cf-bndHUi8xNVQ2qMMUsRmku9vAaaAmF28AXWtnxg@mail.gmail.com>
On Fri, Jul 31, 2026 at 01:14:03PM +0800, 葉宸佑 wrote:
> > A small gripe: what is the best practice for reviewing a new revision
> > of a patch series after it has been rerolled?
>
> Sorry about that -- a 16-patch Chinese series is about the worst case
> for this, and it is my problem to make easier, not yours.
That's OK, no need to say sorry. :-)
> For v3 I will use "git format-patch --range-diff=<v2-tag>", which puts
> a per-patch range-diff in the cover letter. That should at least show
> you which patches actually changed and how, without you having to
> reconstruct it.
Yes, that's how Git project is always recommending to do, while I'm not
familiar with the convention or requirements in Kernel series rerolls:
https://youtu.be/p79IjNay4mY?t=995&si=qgTDTBL9UzRH0eBx
And as I said, b4 diff could also do that, even though reading Chinese
diffs are not easy. Feels like that Git cannot recognize the inline
changes in Chinese very well. (i.e. & e.g. cannot recognize the actual
'word-diff' [1], such as: This is a [-bad-]{+good+} example.) And also,
this time many line breaks and reordering have been added.
[1] https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---word-diffmode
So I'm fine with it, such situations are not too frequent.
> Longer term this feels like something the zh_TW how-to should cover:
> how to send and review Chinese translation series specifically. I have
> been collecting notes while doing this one (line-width handling for
> CJK, why checkpatch miscounts Chinese lines, the reflow pitfalls) and
> would be happy to draft that section once this series lands.
Very much appreciated! Kind of like 'Writing docs for how to write
docs'! ;-)
Constantly summarizing and improving such documents will undoubtedly be
very useful for us and future contributors.
Thanks!
next prev parent reply other threads:[~2026-07-31 18:13 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-28 9:10 [PATCH v2 00/16] docs/zh_TW: localize terminology and sync process/ documents Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 01/16] docs/zh_TW: process: localize terminology in 7.AdvancedTopics.rst Chen-Yu Yeh
2026-07-29 16:08 ` Weijie Yuan
2026-07-31 5:14 ` 葉宸佑
2026-07-31 18:12 ` Weijie Yuan [this message]
2026-07-28 9:10 ` [PATCH v2 02/16] docs/zh_TW: process: localize terminology in 1.Intro.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 03/16] docs/zh_TW: process: localize terminology in code-of-conduct-interpretation.rst Chen-Yu Yeh
2026-07-29 16:45 ` Weijie Yuan
2026-07-31 5:19 ` 葉宸佑
2026-07-28 9:10 ` [PATCH v2 04/16] docs/zh_TW: process: localize terminology in license-rules.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 05/16] docs/zh_TW: process: localize terminology in email-clients.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 06/16] docs/zh_TW: process: localize terminology in programming-language.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 07/16] docs/zh_TW: process: localize terminology in coding-style.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 08/16] docs/zh_TW: process: localize terminology in stable-kernel-rules.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 09/16] docs/zh_TW: process: localize terminology in 5.Posting.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 10/16] docs/zh_TW: process: localize terminology in 2.Process.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 11/16] docs/zh_TW: process: localize terminology in howto.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 12/16] docs/zh_TW: process: localize terminology in embargoed-hardware-issues.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 13/16] docs/zh_TW: process: localize terminology in submitting-patches.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 14/16] docs/zh_TW: process: localize terminology in 8.Conclusion.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 15/16] docs/zh_TW: process: localize terminology in index.rst Chen-Yu Yeh
2026-07-28 9:10 ` [PATCH v2 16/16] docs/zh_TW: Add a glossary for Traditional Chinese translations Chen-Yu Yeh
2026-07-28 13:36 ` Alex Shi
[not found] ` <CAKspUh+nRVUXxr9-S9D7jK9nTR3Emwer1ZFOdLQeChGBN+Hc-g@mail.gmail.com>
2026-07-28 18:24 ` 葉宸佑
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=amzlmdeE0NA3Fnw4@wyuan.org \
--to=wy@wyuan.org \
--cc=2023002089@link.tyut.edu.cn \
--cc=alexs@kernel.org \
--cc=chenyou910331@gmail.com \
--cc=corbet@lwn.net \
--cc=dzm91@hust.edu.cn \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=si.yanteng@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox