lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJy-Amn99xopAHTwc0ZUFfGKDmjq9Oo==Shy5Jn-YC6XcgE5zg@mail.gmail.com>
Date: Wed, 18 Jun 2025 20:59:05 +0800
From: Alex Shi <seakeel@...il.com>
To: Yanteng Si <si.yanteng@...ux.dev>
Cc: Dongliang Mu <dzm91@...t.edu.cn>, Alex Shi <alexs@...nel.org>, 
	Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] docs/zh_CN: update git command examples in how-to.rst

Applied! Thanks!

Yanteng Si <si.yanteng@...ux.dev> 于2025年6月17日周二 09:44写道:
>
>
> 在 6/16/25 9:40 PM, Dongliang Mu 写道:
> > This patch leverages `checkout -b` to shorten branch & checkout
> > and fix the missing checkout.
> >
> > Signed-off-by: Dongliang Mu <dzm91@...t.edu.cn>
>
> Acked-by: Yanteng Si <si.yanteng@...ux.dev>
>
>
> Thanks,
>
> Yanteng
>
> > ---
> >   Documentation/translations/zh_CN/how-to.rst | 5 ++---
> >   1 file changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/Documentation/translations/zh_CN/how-to.rst b/Documentation/translations/zh_CN/how-to.rst
> > index 569b0209385a..0896f13d8b8d 100644
> > --- a/Documentation/translations/zh_CN/how-to.rst
> > +++ b/Documentation/translations/zh_CN/how-to.rst
> > @@ -177,8 +177,7 @@ git和邮箱配置
> >   请执行以下命令,新建开发分支::
> >
> >       git checkout docs-next
> > -     git branch my-trans
> > -     git checkout my-trans
> > +     git checkout -b my-trans
> >
> >   译文格式要求
> >   ------------
> > @@ -286,7 +285,7 @@ warning 不需要解决::
> >   然后执行以下命令为补丁追加更改::
> >
> >       git checkout docs-next
> > -     git branch test-trans
> > +     git checkout -b test-trans-new
> >       git am 0001-xxxxx.patch
> >       ./scripts/checkpatch.pl 0001-xxxxx.patch
> >       直接修改您的翻译

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ