Teach rev-list since..til notation.
authorJunio C Hamano <junkio@cox.net>
Thu, 4 Aug 2005 09:31:15 +0000 (02:31 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 5 Aug 2005 08:25:31 +0000 (01:25 -0700)
The King Penguin says:

Now, for extra bonus points, maybe you should make "git-rev-list" also
understand the "rev..rev" format (which you can't do with just the
get_sha1() interface, since it expands into more).

The faithful servant makes it so.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found