author | Junio C Hamano <junkio@cox.net> | |
Thu, 10 Aug 2006 07:50:15 +0000 (00:50 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 10 Aug 2006 07:50:15 +0000 (00:50 -0700) | ||
commit | 306ea2df03322ac8c29f4eb5a968acb7ef3c8f72 | |
tree | f557ab77e52d589377e51d52d2f389bc76da908d | tree | snapshot |
parent | 567a03d14cb624b0edc76be9cffda11edac2bea3 | commit | diff |
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>
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 | diff | blob | history |