Re: [PATCH] doc: trivial typo in git-format-patch.txt

2017-04-17 Thread Jacob Keller
On Mon, Apr 17, 2017 at 3:32 PM, Giuseppe Bilotta wrote: > Signed-off-by: Giuseppe Bilotta > --- > Documentation/git-format-patch.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/git-format-patch.txt > b/Documentation/git-format-patch.txt > index f7a069

Re: [PATCH] doc: trivial typo in git-format-patch.txt

2017-04-17 Thread Jonathan Nieder
Giuseppe Bilotta wrote: > Signed-off-by: Giuseppe Bilotta > --- > Documentation/git-format-patch.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) It took me a while to see the typo. It's s/of/or/. Good eyes. Reviewed-by: Jonathan Nieder

[PATCH] doc: trivial typo in git-format-patch.txt

2017-04-17 Thread Giuseppe Bilotta
Signed-off-by: Giuseppe Bilotta --- Documentation/git-format-patch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index f7a069bb92..c890328b02 100644 --- a/Documentation/git-format-patch.txt +++ b/Do