diff mbox series

[1/1] Documentation: commit patch typo

Message ID 20210628052631.345601-2-me@beshr.com (mailing list archive)
State Accepted
Commit 9fffc385830a3abc54e76473e9332166942e116e
Headers show
Series fix a typo in patch option of the commit command | expand

Commit Message

Beshr Kayali June 28, 2021, 5:26 a.m. UTC
---
 Documentation/git-commit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bagas Sanjaya June 28, 2021, 6:05 a.m. UTC | #1
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.
Beshr Kayali June 28, 2021, 7:12 p.m. UTC | #2
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
diff mbox series

Patch

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.