* [PATCH] fix typo 'In such these cases'
@ 2016-05-02 7:38 René Nyffenegger
2016-05-02 18:46 ` Junio C Hamano
0 siblings, 1 reply; 5+ messages in thread
From: René Nyffenegger @ 2016-05-02 7:38 UTC (permalink / raw)
To: git; +Cc: mail
From 5e2b47833c8d434784fa1a797cfd6a087df10dc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Nyffenegger?= <rene.nyffenegger@adp-gmbh.ch>
Date: Mon, 2 May 2016 09:19:46 +0200
Subject: [PATCH] Documentation: Fix typo 'In such these cases'
Fix "In such these cases, ..." to "In such cases, ..."
in Documentation/glossary-content.txt
Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch>
---
Documentation/glossary-content.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
index cafc284..9ceca05 100644
--- a/Documentation/glossary-content.txt
+++ b/Documentation/glossary-content.txt
@@ -145,7 +145,7 @@ current branch integrates with) obviously do not work, as there is no
A fast-forward is a special type of <<def_merge,merge>> where you have a
<<def_revision,revision>> and you are "merging" another
<<def_branch,branch>>'s changes that happen to be a descendant of what
- you have. In such these cases, you do not make a new <<def_merge,merge>>
+ you have. In these cases, you do not make a new <<def_merge,merge>>
<<def_commit,commit>> but instead just update to his
revision. This will happen frequently on a
<<def_remote_tracking_branch,remote-tracking branch>> of a remote
--
2.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] fix typo 'In such these cases'
2016-05-02 7:38 [PATCH] fix typo 'In such these cases' René Nyffenegger
@ 2016-05-02 18:46 ` Junio C Hamano
2016-05-02 19:29 ` René Nyffenegger
0 siblings, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2016-05-02 18:46 UTC (permalink / raw)
To: René Nyffenegger; +Cc: git
René Nyffenegger <mail@renenyffenegger.ch> writes:
> From 5e2b47833c8d434784fa1a797cfd6a087df10dc8 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Ren=C3=A9=20Nyffenegger?= <rene.nyffenegger@adp-gmbh.ch>
> Date: Mon, 2 May 2016 09:19:46 +0200
> Subject: [PATCH] Documentation: Fix typo 'In such these cases'
For the next time, remember that these four lines are usually not
meant to go to the body of the e-mail.
> Fix "In such these cases, ..." to "In such cases, ..."
> in Documentation/glossary-content.txt
Wow. It is an ancient typo in 9290cd58 (Added definitions for a few
words:, 2006-05-03) that survives to the day.
Thanks. Will queue.
> Signed-off-by: René Nyffenegger <mail@renenyffenegger.ch>
> ---
> Documentation/glossary-content.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
> index cafc284..9ceca05 100644
> --- a/Documentation/glossary-content.txt
> +++ b/Documentation/glossary-content.txt
> @@ -145,7 +145,7 @@ current branch integrates with) obviously do not work, as there is no
> A fast-forward is a special type of <<def_merge,merge>> where you have a
> <<def_revision,revision>> and you are "merging" another
> <<def_branch,branch>>'s changes that happen to be a descendant of what
> - you have. In such these cases, you do not make a new <<def_merge,merge>>
> + you have. In these cases, you do not make a new <<def_merge,merge>>
> <<def_commit,commit>> but instead just update to his
> revision. This will happen frequently on a
> <<def_remote_tracking_branch,remote-tracking branch>> of a remote
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fix typo 'In such these cases'
2016-05-02 18:46 ` Junio C Hamano
@ 2016-05-02 19:29 ` René Nyffenegger
2016-05-02 19:36 ` Junio C Hamano
0 siblings, 1 reply; 5+ messages in thread
From: René Nyffenegger @ 2016-05-02 19:29 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
> René Nyffenegger <mail@renenyffenegger.ch> writes:
>
>> From 5e2b47833c8d434784fa1a797cfd6a087df10dc8 Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Ren=C3=A9=20Nyffenegger?= <rene.nyffenegger@adp-gmbh.ch>
>> Date: Mon, 2 May 2016 09:19:46 +0200
>> Subject: [PATCH] Documentation: Fix typo 'In such these cases'
>
> For the next time, remember that these four lines are usually not
> meant to go to the body of the e-mail.
Thanks for the reminder. This kernel and git patch-process is fairly new
to me. I will try to do better the next time.
Rene
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fix typo 'In such these cases'
2016-05-02 19:29 ` René Nyffenegger
@ 2016-05-02 19:36 ` Junio C Hamano
2016-05-02 19:41 ` René Nyffenegger
0 siblings, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2016-05-02 19:36 UTC (permalink / raw)
To: René Nyffenegger; +Cc: git
René Nyffenegger <mail@renenyffenegger.ch> writes:
>> René Nyffenegger <mail@renenyffenegger.ch> writes:
>>
>>> From 5e2b47833c8d434784fa1a797cfd6a087df10dc8 Mon Sep 17 00:00:00 2001
>>> From: =?UTF-8?q?Ren=C3=A9=20Nyffenegger?= <rene.nyffenegger@adp-gmbh.ch>
>>> Date: Mon, 2 May 2016 09:19:46 +0200
>>> Subject: [PATCH] Documentation: Fix typo 'In such these cases'
>>
>> For the next time, remember that these four lines are usually not
>> meant to go to the body of the e-mail.
>
> Thanks for the reminder. This kernel and git patch-process is fairly new
> to me. I will try to do better the next time.
Re substance, I am wondering if "In such a case" might be better, by
the way. That is:
A fast-forward is a special type of <<def_merge,merge>> where you have a
<<def_revision,revision>> and you are "merging" another
<<def_branch,branch>>'s changes that happen to be a descendant of what
- you have. In such these cases, you do not make a new <<def_merge,merge>>
+ you have. In such a case, you do not make a new <<def_merge,merge>>
<<def_commit,commit>> but instead just update to his
revision. This will happen frequently on a
It is not like there are multiple variants of "fast-forward"
situations, in all of which the HEAD pointer is just moved without
creating a new commit. There is only one variant of "fast-forward".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fix typo 'In such these cases'
2016-05-02 19:36 ` Junio C Hamano
@ 2016-05-02 19:41 ` René Nyffenegger
0 siblings, 0 replies; 5+ messages in thread
From: René Nyffenegger @ 2016-05-02 19:41 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
> Re substance, I am wondering if "In such a case" might be better, by
> the way. That is:
>
> A fast-forward is a special type of <<def_merge,merge>> where you have a
> <<def_revision,revision>> and you are "merging" another
> <<def_branch,branch>>'s changes that happen to be a descendant of what
> - you have. In such these cases, you do not make a new <<def_merge,merge>>
> + you have. In such a case, you do not make a new <<def_merge,merge>>
> <<def_commit,commit>> but instead just update to his
> revision. This will happen frequently on a
>
> It is not like there are multiple variants of "fast-forward"
> situations, in all of which the HEAD pointer is just moved without
> creating a new commit. There is only one variant of "fast-forward".
That's correct. Your suggestion makes more sense.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-05-02 19:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 7:38 [PATCH] fix typo 'In such these cases' René Nyffenegger
2016-05-02 18:46 ` Junio C Hamano
2016-05-02 19:29 ` René Nyffenegger
2016-05-02 19:36 ` Junio C Hamano
2016-05-02 19:41 ` René Nyffenegger
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 NNTP newsgroup(s).