Re: [PATCH] Documentation/git-diff: document git diff with 3+ commits

2016-10-27 Thread Junio C Hamano
Michael J Gruber writes: > It did not exist, but even at that point in time, "git log A..B" listed > only commits between the merge base and B, not those which are only in A > and not in B. Whereas "git diff A B" shows the differences between the > endpoints A and B. I think you are speaking wit

Re: [PATCH] Documentation/git-diff: document git diff with 3+ commits

2016-10-27 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 26.10.2016 20:11: > Michael J Gruber writes: > >> That one is difficult to discover but super useful, so document it: >> Specifying 3 or more commits makes git diff switch to combined diff. >> >> Signed-off-by: Michael J Gruber >> --- >> >> Notes: >> Note t

Re: [PATCH] Documentation/git-diff: document git diff with 3+ commits

2016-10-26 Thread Junio C Hamano
Michael J Gruber writes: > That one is difficult to discover but super useful, so document it: > Specifying 3 or more commits makes git diff switch to combined diff. > > Signed-off-by: Michael J Gruber > --- > > Notes: > Note that we have the following now: > ... > 'git diff A..B' equiva

[PATCH] Documentation/git-diff: document git diff with 3+ commits

2016-10-26 Thread Michael J Gruber
That one is difficult to discover but super useful, so document it: Specifying 3 or more commits makes git diff switch to combined diff. Signed-off-by: Michael J Gruber --- Notes: Note that we have the following now: 'git diff A B' displays 'B minus A' 'git diff A B C' displays