Re: [PATCH] Fix minor typo in git-diff docs.

2017-07-31 Thread Anthony Sottile
Thanks! I'll keep this in mind next time I send a patch. Anthony On Mon, Jul 31, 2017 at 9:59 AM, Junio C Hamano wrote: > Anthony Sottile writes: > >> diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt >> index 89cc0f4..43d18a4 100644 >> --- a/Documentation/diff-optio

Re: [PATCH] Fix minor typo in git-diff docs.

2017-07-31 Thread Junio C Hamano
Anthony Sottile writes: > diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt > index 89cc0f4..43d18a4 100644 > --- a/Documentation/diff-options.txt > +++ b/Documentation/diff-options.txt > @@ -392,7 +392,7 @@ endif::git-log[] > the diff between the preimage and `

Re: [PATCH] Fix minor typo in git-diff docs.

2017-07-31 Thread Junio C Hamano
2017 06:54:14 -0700 > Subject: [PATCH] Fix minor typo in git-diff docs. Generally these do not belong to the body of the message. What object name the commit has locally in your repository is immaterial. Whose change it is, when it was shown to the general public for the first time, and wh

[PATCH] Fix minor typo in git-diff docs.

2017-07-31 Thread Anthony Sottile
-0700 Subject: [PATCH] Fix minor typo in git-diff docs. Signed-off-by: Anthony Sottile --- Documentation/diff-options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 89cc0f4..43d18a4 100644 --- a/Docum