Fix git-diff A...B
commit306ea2df03322ac8c29f4eb5a968acb7ef3c8f72
authorJunio C Hamano <junkio@cox.net>
Thu, 10 Aug 2006 07:50:15 +0000 (10 00:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 Aug 2006 07:50:15 +0000 (10 00:50 -0700)
treef557ab77e52d589377e51d52d2f389bc76da908d
parent567a03d14cb624b0edc76be9cffda11edac2bea3
Fix git-diff A...B

Commit 9919f41 meant to make git-diff A...B to (usually) mean
"git-diff `git-merge-base A B` B", but it got the parameters wrong
and ended up showing "git-diff `git-merge-base A B` A" by mistake.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-diff.c