git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* minor typos in documentation
@ 2017-04-19 20:44 René Genz
  2017-04-19 20:55 ` Stefan Beller
  0 siblings, 1 reply; 5+ messages in thread
From: René Genz @ 2017-04-19 20:44 UTC (permalink / raw)
  To: git

Dear sir or madam,

At:
https://git-scm.com/docs/git-commit#git-commit---long

you can read:
When doing a dry-run, give the output in a the long-format.

 From my point of view it should read:
When doing a dry-run, give the output in the long-format.



Furthermore in the file:
./Documentation/gitremote-helpers.txt

you can read:
As the a push option

It should be changed to:
As the push option



Additionally in the file:
./ci/run-windows-build.sh

please change:
# Script to trigger the a Git for Windows build and test run.

to:
# Script to trigger the Git for Windows build and test run.



And in the file:
./diff.c

change:
  *   1. collect a the minus/plus lines of a diff hunk, divided into

to:
  *   1. collect the minus/plus lines of a diff hunk, divided into

Thanks a lot in advance for fixing these minor typos.
-- 
Kind regards,
René

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

* Re: minor typos in documentation
  2017-04-19 20:44 minor typos in documentation René Genz
@ 2017-04-19 20:55 ` Stefan Beller
  2017-04-19 23:54   ` René Genz
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Beller @ 2017-04-19 20:55 UTC (permalink / raw)
  To: René Genz; +Cc: git@vger.kernel.org

On Wed, Apr 19, 2017 at 1:44 PM, René Genz <liebundartig@freenet.de> wrote:
> Dear sir or madam,
>
> At:
> https://git-scm.com/docs/git-commit#git-commit---long
>
> you can read:
> When doing a dry-run, give the output in a the long-format.
>
> From my point of view it should read:
> When doing a dry-run, give the output in the long-format.
>
>
>
> Furthermore in the file:
> ./Documentation/gitremote-helpers.txt
>
> you can read:
> As the a push option
>
> It should be changed to:
> As the push option
>
>
>
> Additionally in the file:
> ./ci/run-windows-build.sh
>
> please change:
> # Script to trigger the a Git for Windows build and test run.
>
> to:
> # Script to trigger the Git for Windows build and test run.
>
>
>
> And in the file:
> ./diff.c
>
> change:
>  *   1. collect a the minus/plus lines of a diff hunk, divided into
>
> to:
>  *   1. collect the minus/plus lines of a diff hunk, divided into
>
> Thanks a lot in advance for fixing these minor typos.

Thanks for spotting the errors!

Care to craft a patch and send it upstream yourself?
See https://github.com/git/git/blob/master/Documentation/SubmittingPatches
how to approach it.
TL;DR:
    git clone https://github.com/git/git
    # hack hack hack
    git commit
    git format-patch HEAD^
    # use e.g. git send-email to send the patch to the mailing list

Thanks,
Stefan

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

* Re: minor typos in documentation
  2017-04-19 20:55 ` Stefan Beller
@ 2017-04-19 23:54   ` René Genz
  2017-04-23 16:22     ` René Genz
  0 siblings, 1 reply; 5+ messages in thread
From: René Genz @ 2017-04-19 23:54 UTC (permalink / raw)
  To: Stefan Beller; +Cc: git@vger.kernel.org

On 19.04.2017 22:55, Stefan Beller wrote:
...
>
> Thanks for spotting the errors!
>
> Care to craft a patch and send it upstream yourself?
> See https://github.com/git/git/blob/master/Documentation/SubmittingPatches
> how to approach it.
> TL;DR:
>     git clone https://github.com/git/git
>     # hack hack hack
>     git commit
>     git format-patch HEAD^
>     # use e.g. git send-email to send the patch to the mailing list
>
> Thanks,
> Stefan
>
>

To be honest I started to read the mentioned website, was intimidated and decided to sent an email.

Alright, what could possibly go wrong? I will do it.
-- 
Kind regards,
René

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

* Re: minor typos in documentation
  2017-04-19 23:54   ` René Genz
@ 2017-04-23 16:22     ` René Genz
  2017-04-24 16:02       ` Stefan Beller
  0 siblings, 1 reply; 5+ messages in thread
From: René Genz @ 2017-04-23 16:22 UTC (permalink / raw)
  To: Stefan Beller; +Cc: git@vger.kernel.org

Hi Stefan,

I submitted the patch to the mailing list.
Based on my experience I submitted another patch to improve the documentation.

Thank you for guiding me.
-- 
Kind regards,
René

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

* Re: minor typos in documentation
  2017-04-23 16:22     ` René Genz
@ 2017-04-24 16:02       ` Stefan Beller
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Beller @ 2017-04-24 16:02 UTC (permalink / raw)
  To: René Genz; +Cc: git@vger.kernel.org

On Sun, Apr 23, 2017 at 9:22 AM, René Genz <liebundartig@freenet.de> wrote:
> Hi Stefan,
>
> I submitted the patch to the mailing list.

Thanks for following through. :)

> Based on my experience I submitted another patch to improve the
> documentation.

Thanks for improving the documentation how to get started. :)

Cheers,
Stefan

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

end of thread, other threads:[~2017-04-24 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19 20:44 minor typos in documentation René Genz
2017-04-19 20:55 ` Stefan Beller
2017-04-19 23:54   ` René Genz
2017-04-23 16:22     ` René Genz
2017-04-24 16:02       ` Stefan Beller

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).