Fix "git-diff-script A B"
authorJunio C Hamano <junkio@cox.net>
Sun, 21 Aug 2005 20:56:52 +0000 (13:56 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 Aug 2005 01:32:38 +0000 (18:32 -0700)
commit792fe559d02e55c12d2d544fd6d6f202cbaab6f4
treeb3d713761c63768d5440180692c45f7fd508516e
parent56fc5108a2e82a5780179f05a46d3b8be507dc8c
Fix "git-diff-script A B"

When "git-diff-script A..B" notation was introduced, it ended up breaking
the traditional two revisions notation.

[jc: there are other issues with the current "git diff" I would like to
 address, but they would be left to later rounds.  For example, -M and -p flags
 should not be hardcoded default, and it shouldn't be too hard to rewrite
 the script without using shell arrays.]

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