git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt
@ 2021-05-07  6:26 lilinchao
  2021-05-13  8:19 ` lilinchao
  2021-05-13  9:39 ` Bagas Sanjaya
  0 siblings, 2 replies; 4+ messages in thread
From: lilinchao @ 2021-05-07  6:26 UTC (permalink / raw)
  To: git; +Cc: Li Linchao

From: Li Linchao <lilinchao@oschina.cn>

replace 'whey' with `when`

Signed-off-by: Li Linchao <lilinchao@oschina.cn>
---
 Documentation/RelNotes/2.31.0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
index cf0c7d8d40..617d211f3f 100644
--- a/Documentation/RelNotes/2.31.0.txt
+++ b/Documentation/RelNotes/2.31.0.txt
@@ -49,7 +49,7 @@ UI, Workflows & Features
    @{1}, but we failed to answer "what commit were we on?", i.e. @{1}
 
  * "git bundle" learns "--stdin" option to read its refs from the
-   standard input.  Also, it now does not lose refs whey they point
+   standard input.  Also, it now does not lose refs when they point
    at the same object.
 
  * "git log" learned a new "--diff-merges=<how>" option.
-- 
2.31.1.442.g7e39198978


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt
  2021-05-07  6:26 [PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt lilinchao
@ 2021-05-13  8:19 ` lilinchao
  2021-05-13 20:11   ` Junio C Hamano
  2021-05-13  9:39 ` Bagas Sanjaya
  1 sibling, 1 reply; 4+ messages in thread
From: lilinchao @ 2021-05-13  8:19 UTC (permalink / raw)
  To: lilinchao, git

ping
---
>From: Li Linchao <lilinchao@oschina.cn>
>
>replace 'whey' with `when`
>
>Signed-off-by: Li Linchao <lilinchao@oschina.cn>
>---
> Documentation/RelNotes/2.31.0.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
>index cf0c7d8d40..617d211f3f 100644
>--- a/Documentation/RelNotes/2.31.0.txt
>+++ b/Documentation/RelNotes/2.31.0.txt
>@@ -49,7 +49,7 @@ UI, Workflows & Features
>    @{1}, but we failed to answer "what commit were we on?", i.e. @{1}
>
>  * "git bundle" learns "--stdin" option to read its refs from the
>-   standard input.  Also, it now does not lose refs whey they point
>+   standard input.  Also, it now does not lose refs when they point
>    at the same object.
>
>  * "git log" learned a new "--diff-merges=<how>" option.
>--
>2.31.1.442.g7e39198978
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt
  2021-05-07  6:26 [PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt lilinchao
  2021-05-13  8:19 ` lilinchao
@ 2021-05-13  9:39 ` Bagas Sanjaya
  1 sibling, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2021-05-13  9:39 UTC (permalink / raw)
  To: lilinchao, git

Hi Li, welcome to Git mailing list!

On 07/05/21 13.26, lilinchao@oschina.cn wrote:
> From: Li Linchao <lilinchao@oschina.cn>
> 
> replace 'whey' with `when`
> 
> Signed-off-by: Li Linchao <lilinchao@oschina.cn>
> ---
>   Documentation/RelNotes/2.31.0.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
> index cf0c7d8d40..617d211f3f 100644
> --- a/Documentation/RelNotes/2.31.0.txt
> +++ b/Documentation/RelNotes/2.31.0.txt
> @@ -49,7 +49,7 @@ UI, Workflows & Features
>      @{1}, but we failed to answer "what commit were we on?", i.e. @{1}
>   
>    * "git bundle" learns "--stdin" option to read its refs from the
> -   standard input.  Also, it now does not lose refs whey they point
> +   standard input.  Also, it now does not lose refs when they point

Looks OK.

>      at the same object.
>   
>    * "git log" learned a new "--diff-merges=<how>" option.
> 

Thanks.

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt
  2021-05-13  8:19 ` lilinchao
@ 2021-05-13 20:11   ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2021-05-13 20:11 UTC (permalink / raw)
  To: lilinchao; +Cc: git

"lilinchao@oschina.cn" <lilinchao@oschina.cn> writes:

> ping
> ---
>>From: Li Linchao <lilinchao@oschina.cn>
>>
>>replace 'whey' with `when`
>>
>>Signed-off-by: Li Linchao <lilinchao@oschina.cn>
>>---
>> Documentation/RelNotes/2.31.0.txt | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
>>index cf0c7d8d40..617d211f3f 100644
>>--- a/Documentation/RelNotes/2.31.0.txt
>>+++ b/Documentation/RelNotes/2.31.0.txt
>>@@ -49,7 +49,7 @@ UI, Workflows & Features
>>    @{1}, but we failed to answer "what commit were we on?", i.e. @{1}
>>
>>  * "git bundle" learns "--stdin" option to read its refs from the
>>-   standard input.  Also, it now does not lose refs whey they point
>>+   standard input.  Also, it now does not lose refs when they point
>>    at the same object.
>>
>>  * "git log" learned a new "--diff-merges=<how>" option.
>>--
>>2.31.1.442.g7e39198978

Thanks.  Will see if it makes sense to apply.

While it is true that is a typo, fixing it here won't correct it for
the 2.31 release as it was tagged and released long time ago.  And
of course, it will be silly to issue 2.31.1 maintenance release to
fix a typo in the release notes for 2.31.0 release.  So...

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-13 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07  6:26 [PATCH] Fix typo in Documentation/RelNotes/2.31.0.txt lilinchao
2021-05-13  8:19 ` lilinchao
2021-05-13 20:11   ` Junio C Hamano
2021-05-13  9:39 ` Bagas Sanjaya

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).