All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Wu X.C." <bobwxc@email.cn>
To: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Jonathan Corbet <corbet@lwn.net>, linux-doc@vger.kernel.org
Subject: Re: [PATCH v1 0/4] Add translations in zh_CN/admin-guide/
Date: Wed, 17 Mar 2021 16:45:13 +0800	[thread overview]
Message-ID: <20210317084513.GB3057@mipc> (raw)
In-Reply-To: <6bac3797-5773-a714-2514-465428465827@linux.alibaba.com>

On Wed, Mar 17, 2021 at 03:26:46PM +0800, Alex Shi wrote:
> Good work, xiangcheng,
> 
> Just why your patchset dispersed in different series?
> Could you put them together by 'git send-email' or
> by other email clients? That could help a lot for
> patchset pickup.
>
Ahh, yes. Sorry for that. The 'In-Reply-To' head is corrcet but
'Reference' head got in to mess. 
I tried to give a reference to the previous version, but seems 
not good even worse. Won't do that any more.
Maybe a new version tomorrow or late more beautiful and bring 
another translation.

Thanks
Wu X.C.
> 
> 
> 在 2021/3/17 下午12:32, Wu XiangCheng 写道:
> > Hi all,
> > 
> > This set of patches aims to add some translations in zh_CN/admin-guide/ .
> > 
> > - V1
> >   - Re-manage the patch thread 
> >   - Add zh_CN/admin-guide/security-bugs.rst
> >   - Modify one word in [Patch 3/4] under Alex Shi's suggestion
> >   - Pick Alex Shi's Reviewed-by tag for [Patch 1~2/4]
> > 
> > - V0
> >   - Add zh_CN/admin-guide/reporting-issues.rst
> >     <https://lore.kernel.org/linux-doc/20210315110119.GA9524@mipc/>
> >   - Add zh_CN/admin-guide/bug-bisect.rst
> >     <https://lore.kernel.org/linux-doc/b032e8ab75e91b37ae88f2c80102ab6dde1bfa45.1615909052.git.bobwxc@email.cn/>
> >   - Add zh_CN/admin-guide/bug-hunting.rst
> >     <https://lore.kernel.org/linux-doc/20210315110119.GA9524@mipc/>
> > 
> > Thanks!
> > 
> > Wu XiangCheng (4):
> >   docs/zh_CN: Add zh_CN/admin-guide/reporting-issues
> >   docs/zh_CN: Add zh_CN/admin-guide/bug-bisect.rst
> >   docs/zh_CN: Add zh_CN/admin-guide/bug-hunting.rst
> >   docs/zh_CN: Add zh_CN/admin-guide/security-bugs.rst
> > 
> >  .../zh_CN/admin-guide/bug-bisect.rst          |   81 ++
> >  .../zh_CN/admin-guide/bug-hunting.rst         |  340 +++++
> >  .../translations/zh_CN/admin-guide/index.rst  |   11 +-
> >  .../zh_CN/admin-guide/reporting-issues.rst    | 1269 +++++++++++++++++
> >  .../zh_CN/admin-guide/security-bugs.rst       |   74 +
> >  5 files changed, 1772 insertions(+), 3 deletions(-)
> >  create mode 100644 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst
> >  create mode 100644 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst
> >  create mode 100644 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst
> >  create mode 100644 Documentation/translations/zh_CN/admin-guide/security-bugs.rst
> > 


  reply	other threads:[~2021-03-17  8:45 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 11:01 [PATCH] docs/zh_CN: Add zh_CN/admin-guide/reporting-issues Wu XiangCheng
2021-03-16 14:34 ` Alex Shi
2021-03-17  4:32 ` [PATCH v1 0/4] Add translations in zh_CN/admin-guide/ Wu XiangCheng
2021-03-17  4:33   ` [PATCH v1 1/4] docs/zh_CN: Add zh_CN/admin-guide/reporting-issues Wu XiangCheng
2021-03-17  4:33   ` [PATCH v1 2/4] docs/zh_CN: Add zh_CN/admin-guide/bug-bisect.rst Wu XiangCheng
2021-03-17  4:34   ` [PATCH v1 3/4] docs/zh_CN: Add zh_CN/admin-guide/bug-hunting.rst Wu XiangCheng
2021-03-17  7:27     ` Alex Shi
2021-03-17  4:34   ` [PATCH v1 4/4] docs/zh_CN: Add zh_CN/admin-guide/security-bugs.rst Wu XiangCheng
2021-03-17  7:27     ` Alex Shi
2021-03-17  7:26   ` [PATCH v1 0/4] Add translations in zh_CN/admin-guide/ Alex Shi
2021-03-17  8:45     ` Wu X.C. [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-16 15:40 [PATCH 1/2] docs/zh_CN: Add zh_CN/admin-guide/bug-bisect.rst Wu XiangCheng
2021-03-16 15:41 ` [PATCH 2/2] docs/zh_CN: Add zh_CN/admin-guide/bug-hunting.rst Wu XiangCheng
2021-03-17  2:57   ` Alex Shi
2021-03-17  3:03     ` Wu X.C.
2021-03-17  2:29 ` [PATCH 1/2] docs/zh_CN: Add zh_CN/admin-guide/bug-bisect.rst Alex Shi
2021-03-17  2:49   ` Wu X.C.
2021-03-17  2:51     ` Alex Shi
2021-03-17 13:28       ` Jonathan Corbet
2021-03-19  3:32         ` Alex Shi

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=20210317084513.GB3057@mipc \
    --to=bobwxc@email.cn \
    --cc=alex.shi@linux.alibaba.com \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.