All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] fix a typo in patch option of the commit command
@ 2021-06-28  5:26 Beshr Kayali
  2021-06-28  5:26 ` [PATCH 1/1] Documentation: commit patch typo Beshr Kayali
  2021-06-28 19:37 ` [PATCH v2 0/1] Documentation: Fix typo in patch option of the commit command Beshr Kayali
  0 siblings, 2 replies; 6+ messages in thread
From: Beshr Kayali @ 2021-06-28  5:26 UTC (permalink / raw)
  To: git; +Cc: Beshr Kayali

Simple typo fix (chose -> choose) in the documentation of the patch option under the commit command.

Beshr Kayali (1):
  Documentation: commit patch typo

 Documentation/git-commit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.32.0


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

* [PATCH 1/1] Documentation: commit patch typo
  2021-06-28  5:26 [PATCH 0/1] fix a typo in patch option of the commit command Beshr Kayali
@ 2021-06-28  5:26 ` Beshr Kayali
  2021-06-28  6:05   ` Bagas Sanjaya
  2021-06-28 19:37 ` [PATCH v2 0/1] Documentation: Fix typo in patch option of the commit command Beshr Kayali
  1 sibling, 1 reply; 6+ messages in thread
From: Beshr Kayali @ 2021-06-28  5:26 UTC (permalink / raw)
  To: git; +Cc: Beshr Kayali

---
 Documentation/git-commit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 340c5fbb48..95fec5f069 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -72,7 +72,7 @@ OPTIONS
 
 -p::
 --patch::
-	Use the interactive patch selection interface to chose
+	Use the interactive patch selection interface to choose
 	which changes to commit. See linkgit:git-add[1] for
 	details.
 
-- 
2.32.0


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

* Re: [PATCH 1/1] Documentation: commit patch typo
  2021-06-28  5:26 ` [PATCH 1/1] Documentation: commit patch typo Beshr Kayali
@ 2021-06-28  6:05   ` Bagas Sanjaya
  2021-06-28 19:12     ` Beshr Kayali
  0 siblings, 1 reply; 6+ messages in thread
From: Bagas Sanjaya @ 2021-06-28  6:05 UTC (permalink / raw)
  To: Beshr Kayali, git

Hi Beshr, welcome to Git mailing list!

On 28/06/21 12.26, Beshr Kayali wrote:
> ---
>   Documentation/git-commit.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
Why isn't there commit message? But from cover letter of this 
single-patch series:

> Simple typo fix (chose -> choose) in the documentation of the patch option under the commit command.

Don't forget to write the commit message in next series.

> diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
> index 340c5fbb48..95fec5f069 100644
> --- a/Documentation/git-commit.txt
> +++ b/Documentation/git-commit.txt
> @@ -72,7 +72,7 @@ OPTIONS
>   
>   -p::
>   --patch::
> -	Use the interactive patch selection interface to chose
> +	Use the interactive patch selection interface to choose
>   	which changes to commit. See linkgit:git-add[1] for
>   	details.

Fix looks OK.

Thanks.

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

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

* Re: [PATCH 1/1] Documentation: commit patch typo
  2021-06-28  6:05   ` Bagas Sanjaya
@ 2021-06-28 19:12     ` Beshr Kayali
  0 siblings, 0 replies; 6+ messages in thread
From: Beshr Kayali @ 2021-06-28 19:12 UTC (permalink / raw)
  To: Bagas Sanjaya, git

On Mon, Jun 28, 2021, at 8:05 AM, Bagas Sanjaya wrote:
> Hi Beshr, welcome to Git mailing list!

Hi Bagas! Thank you!

> On 28/06/21 12.26, Beshr Kayali wrote:
> > ---
> >   Documentation/git-commit.txt | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> Why isn't there commit message? But from cover letter of this 
> single-patch series:
> 
> > Simple typo fix (chose -> choose) in the documentation of the patch option under the commit command.
> 
> Don't forget to write the commit message in next series.

Sorry about that. I'll fix!

Thanks!

> > diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
> > index 340c5fbb48..95fec5f069 100644
> > --- a/Documentation/git-commit.txt
> > +++ b/Documentation/git-commit.txt
> > @@ -72,7 +72,7 @@ OPTIONS
> >   
> >   -p::
> >   --patch::
> > - Use the interactive patch selection interface to chose
> > + Use the interactive patch selection interface to choose
> >   which changes to commit. See linkgit:git-add[1] for
> >   details.
> 
> Fix looks OK.
> 
> Thanks.
> 
> -- 
> An old man doll... just what I always wanted! - Clara
> 

http://beshr.com

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

* [PATCH v2 0/1] Documentation: Fix typo in patch option of the commit command
  2021-06-28  5:26 [PATCH 0/1] fix a typo in patch option of the commit command Beshr Kayali
  2021-06-28  5:26 ` [PATCH 1/1] Documentation: commit patch typo Beshr Kayali
@ 2021-06-28 19:37 ` Beshr Kayali
  2021-06-28 19:37   ` [PATCH v2 1/1] " Beshr Kayali
  1 sibling, 1 reply; 6+ messages in thread
From: Beshr Kayali @ 2021-06-28 19:37 UTC (permalink / raw)
  To: git; +Cc: Beshr Kayali, Bagas Sanjaya

Thanks to Bagas Sanjaya for the review. Changes since v1:

- Set commit message 

Beshr Kayali (1):
  Documentation: Fix typo in patch option of the commit command

 Documentation/git-commit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.32.0


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

* [PATCH v2 1/1] Documentation: Fix typo in patch option of the commit command
  2021-06-28 19:37 ` [PATCH v2 0/1] Documentation: Fix typo in patch option of the commit command Beshr Kayali
@ 2021-06-28 19:37   ` Beshr Kayali
  0 siblings, 0 replies; 6+ messages in thread
From: Beshr Kayali @ 2021-06-28 19:37 UTC (permalink / raw)
  To: git; +Cc: Beshr Kayali

Typofix (chose > choose) in the documentation of the patch option under the commit command.

Signed-off-by: Beshr Kayali <me@beshr.com>
---
 Documentation/git-commit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 340c5fbb48..95fec5f069 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -72,7 +72,7 @@ OPTIONS
 
 -p::
 --patch::
-	Use the interactive patch selection interface to chose
+	Use the interactive patch selection interface to choose
 	which changes to commit. See linkgit:git-add[1] for
 	details.
 
-- 
2.32.0


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

end of thread, other threads:[~2021-06-28 19:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28  5:26 [PATCH 0/1] fix a typo in patch option of the commit command Beshr Kayali
2021-06-28  5:26 ` [PATCH 1/1] Documentation: commit patch typo Beshr Kayali
2021-06-28  6:05   ` Bagas Sanjaya
2021-06-28 19:12     ` Beshr Kayali
2021-06-28 19:37 ` [PATCH v2 0/1] Documentation: Fix typo in patch option of the commit command Beshr Kayali
2021-06-28 19:37   ` [PATCH v2 1/1] " Beshr Kayali

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.