Code

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)
commit1215879cdcc508e30415e45ca2c8022f4f3976d6
treec07a13115325cde0f6e51a469118b88b700834ac
parent9938af6a85dd08436ad373fc07a1ddba8dcfa170
Teach rev-list since..til notation.

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>
rev-list.c