Re: [PATCH 4/5] git-diff.txt: document the .. and ... forms in SYNOPSIS

2013-04-24 Thread Jonathan Nieder
Ramkumar Ramachandra wrote: > --- a/Documentation/git-diff.txt > +++ b/Documentation/git-diff.txt > @@ -13,6 +13,8 @@ SYNOPSIS > 'git diff' [options] --cached [] [[--] [...]] > 'git diff' [options] > 'git diff' [options] [[--] [...]] > +'git diff' [options] .. [[--] [...]] > +'git diff' [op

[PATCH 4/5] git-diff.txt: document the .. and ... forms in SYNOPSIS

2013-04-24 Thread Ramkumar Ramachandra
The DESCRIPTION refers to the '..' and '...' forms, but the SYNOPSIS does not list them at all. Fix this. Signed-off-by: Ramkumar Ramachandra --- Documentation/git-diff.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt index a0fdfc