minor typo in documentation - surplus 'a'

2017-04-17 Thread René Genz
Dear sir or madam, I noticed a minor typo in `man 1 git-commit`. There are two consecutive 'a'. At: https://github.com/git/git/blob/maint/Documentation/git-commit.txt#L97 you can read: ---8<--- --reset-author:: When used with -C/-c/--amend options, or when committing after a a

minor typos in documentation

2017-04-19 Thread René Genz
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:

Re: minor typos in documentation

2017-04-19 Thread René Genz
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

[PATCH] fix minor typing mistakes

2017-04-23 Thread René Genz
Thanks-to: Stefan Beller --- Documentation/git-commit.txt| 4 ++-- Documentation/gitremote-helpers.txt | 2 +- ci/run-windows-build.sh | 2 +- diff.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] doc: update SubmittingPatches

2017-04-23 Thread René Genz
-use US English spelling -based on my own experience: * add commands used to contribute a patch * minor wording change for better readability Thanks-to: Stefan Beller --- Documentation/SubmittingPatches | 31 +-- 1 file changed, 25

Re: minor typos in documentation

2017-04-23 Thread René Genz
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é

[PATCH] doc: git-pull.txt use US spelling, fix minor typo

2017-04-23 Thread René Genz
--- Instead of using two command lines I could have replaced the comma with a semicolon. I do not mind, if this patch is squashed into the other minor typo fixes of mine: 3c228f462d02e76956062b8d8572158cbcdbbc7b Documentation/git-pull.txt | 5 +++-- 1 file changed, 3 insertions(+), 2

[PATCH v2] doc: git-pull.txt use US spelling, fix minor typo

2017-04-30 Thread René Genz
Signed-off-by: René Genz <liebundar...@freenet.de> --- Documentation/git-pull.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index 4470e4b..942af8e 100644 --- a/Documentation/git-pull.txt +++ b/Documentati

[PATCH v2] fix minor typing mistakes

2017-04-30 Thread René Genz
Helped-by: Stefan Beller <sbel...@google.com> Signed-off-by: René Genz <liebundar...@freenet.de> --- Documentation/git-commit.txt| 4 ++-- Documentation/gitremote-helpers.txt | 2 +- ci/run-windows-build.sh | 2 +- diff.c | 2 +- 4 file

[PATCH] doc: update SubmittingPatches

2017-04-30 Thread René Genz
-use US English spelling -minor wording change for better readability Helped-by: Stefan Beller <sbel...@google.com> Signed-off-by: René Genz <liebundar...@freenet.de> --- Documentation/SubmittingPatches | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)