* [PATCH v3] docs: ja_JP: process: translate 'Obtain a current source tree'
@ 2026-01-27 13:01 Akiyoshi Kurita
2026-01-28 7:43 ` Akira Yokosawa
2026-02-02 16:56 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Akiyoshi Kurita @ 2026-01-27 13:01 UTC (permalink / raw)
To: corbet; +Cc: akiyks, linux-doc, linux-kernel, Akiyoshi Kurita
Translate the "Obtain a current source tree" section in
Documentation/translations/ja_JP/process/submitting-patches.rst.
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
.../ja_JP/process/submitting-patches.rst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/Documentation/translations/ja_JP/process/submitting-patches.rst b/Documentation/translations/ja_JP/process/submitting-patches.rst
index 2ff887c86b2a..d61583399ef4 100644
--- a/Documentation/translations/ja_JP/process/submitting-patches.rst
+++ b/Documentation/translations/ja_JP/process/submitting-patches.rst
@@ -36,3 +36,21 @@ Documentation/devicetree/bindings/submitting-patches.rst を読んでくださ
いくつかのサブシステムやメンテナツリーには、各々のワークフローや
期待事項に関する追加情報があります。次を参照してください:
:ref:`Documentation/process/maintainer-handbooks.rst <maintainer_handbooks_main>`.
+
+現在のソースツリーを入手する
+----------------------------
+
+もし手元に最新のカーネルソースのリポジトリがなければ、``git`` を使って取得して
+ください。まずは mainline のリポジトリから始めるのがよいでしょう。これは
+次のようにして取得できます::
+
+ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+
+ただし、直接 mainline のツリーを対象に作業すればよいとは限らないことに注意
+してください。多くのサブシステムのメンテナはそれぞれ独自のツリーを運用しており、
+そのツリーに対して作成されたパッチを見たいと考えています。該当サブシステムの
+ツリーは MAINTAINERS ファイル内の **T:** エントリを参照して見つけてください。
+そこに掲載されていない場合は、メンテナに問い合わせてください。
+
+変更内容を説明する
+------------------
base-commit: a592a36e49372172d7c7551ec19ed18184c935e1
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v3] docs: ja_JP: process: translate 'Obtain a current source tree'
2026-01-27 13:01 [PATCH v3] docs: ja_JP: process: translate 'Obtain a current source tree' Akiyoshi Kurita
@ 2026-01-28 7:43 ` Akira Yokosawa
2026-02-02 16:56 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Akira Yokosawa @ 2026-01-28 7:43 UTC (permalink / raw)
To: Akiyoshi Kurita, corbet; +Cc: linux-doc, linux-kernel
On Tue, 27 Jan 2026 22:01:55 +0900, Akiyoshi Kurita wrote:
> Translate the "Obtain a current source tree" section in
> Documentation/translations/ja_JP/process/submitting-patches.rst.
I failed to catch this in v2, but, I think you wanted to say:
Translate the "Obtain a current source tree" section in
Documentation/process/submitting-patches.rst.
, no?
That said, I don't think this nit-pick is worth a respin. So,
>
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
Thanks, Akira
> ---
> .../ja_JP/process/submitting-patches.rst | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/Documentation/translations/ja_JP/process/submitting-patches.rst b/Documentation/translations/ja_JP/process/submitting-patches.rst
> index 2ff887c86b2a..d61583399ef4 100644
> --- a/Documentation/translations/ja_JP/process/submitting-patches.rst
> +++ b/Documentation/translations/ja_JP/process/submitting-patches.rst
> @@ -36,3 +36,21 @@ Documentation/devicetree/bindings/submitting-patches.rst を読んでくださ
> いくつかのサブシステムやメンテナツリーには、各々のワークフローや
> 期待事項に関する追加情報があります。次を参照してください:
> :ref:`Documentation/process/maintainer-handbooks.rst <maintainer_handbooks_main>`.
> +
> +現在のソースツリーを入手する
> +----------------------------
> +
> +もし手元に最新のカーネルソースのリポジトリがなければ、``git`` を使って取得して
> +ください。まずは mainline のリポジトリから始めるのがよいでしょう。これは
> +次のようにして取得できます::
> +
> + git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> +
> +ただし、直接 mainline のツリーを対象に作業すればよいとは限らないことに注意
> +してください。多くのサブシステムのメンテナはそれぞれ独自のツリーを運用しており、
> +そのツリーに対して作成されたパッチを見たいと考えています。該当サブシステムの
> +ツリーは MAINTAINERS ファイル内の **T:** エントリを参照して見つけてください。
> +そこに掲載されていない場合は、メンテナに問い合わせてください。
> +
> +変更内容を説明する
> +------------------
>
> base-commit: a592a36e49372172d7c7551ec19ed18184c935e1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3] docs: ja_JP: process: translate 'Obtain a current source tree'
2026-01-27 13:01 [PATCH v3] docs: ja_JP: process: translate 'Obtain a current source tree' Akiyoshi Kurita
2026-01-28 7:43 ` Akira Yokosawa
@ 2026-02-02 16:56 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-02-02 16:56 UTC (permalink / raw)
To: Akiyoshi Kurita; +Cc: akiyks, linux-doc, linux-kernel, Akiyoshi Kurita
Akiyoshi Kurita <weibu@redadmin.org> writes:
> Translate the "Obtain a current source tree" section in
> Documentation/translations/ja_JP/process/submitting-patches.rst.
>
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> ---
> .../ja_JP/process/submitting-patches.rst | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
Applied, thanks.
And Akira, thanks for reviewing these - I do appreciate it.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-02 16:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 13:01 [PATCH v3] docs: ja_JP: process: translate 'Obtain a current source tree' Akiyoshi Kurita
2026-01-28 7:43 ` Akira Yokosawa
2026-02-02 16:56 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox