Re: Compare two diffs on the command line?

2015-09-04 Thread Phil Susi
On 9/4/2015 2:10 PM, Junio C Hamano wrote: On Fri, Sep 4, 2015 at 11:00 AM, Phil Susi wrote: If you have a commit that exists on two branches, in gitk you can mark one, then select the other and choose to compare the two. This results in a diff of the two diffs, rather than

Compare two diffs on the command line?

2015-09-04 Thread Phil Susi
If you have a commit that exists on two branches, in gitk you can mark one, then select the other and choose to compare the two. This results in a diff of the two diffs, rather than a diff between the two trees, which include many other changes that have nothing to do with either commit. Is

Re: Compare two diffs on the command line?

2015-09-04 Thread Junio C Hamano
On Fri, Sep 4, 2015 at 11:00 AM, Phil Susi wrote: > If you have a commit that exists on two branches, in gitk you can mark one, > then select the other and choose to compare the two. This results in a diff > of the two diffs, rather than a diff between the two trees, which