Re: [PATCH] doc: fix typos in man pages

2019-03-18 Thread Alexander Blesius
On 18/03/2019 06:42, Junio C Hamano wrote: >> diff --git a/Documentation/gitattributes.txt >> b/Documentation/gitattributes.txt >> index 9b41f81c06..908d9a3009 100644 >> --- a/Documentation/gitattributes.txt >> +++ b/Documentation/gitattributes.txt >> @@ -314,8 +314,8 @@ stored as UTF-8 internally.

Re: [PATCH] doc: fix typos in man pages

2019-03-18 Thread Junio C Hamano
Alexander Blesius writes: > Signed-off-by: Alexander Blesius > --- > Documentation/git-worktree.txt | 4 ++-- > Documentation/gitattributes.txt | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt > index

Re: [PATCH] doc: fix typos in man pages

2019-03-17 Thread Junio C Hamano
Alexander Blesius writes: > Signed-off-by: Alexander Blesius > --- > Documentation/git-worktree.txt | 4 ++-- > Documentation/gitattributes.txt | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt > index

[PATCH] doc: fix typos in man pages

2019-03-16 Thread Alexander Blesius
Signed-off-by: Alexander Blesius --- Documentation/git-worktree.txt | 4 ++-- Documentation/gitattributes.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index cb86318f3e..fa5ec7a5dc 100644 --- a/Documen