git-svn log: include commit log for the smallest revision in a range
commit60f3ff12573e411476f7a32ab13bbb9b8063c8f7
authorDavid D Kilzer <ddkilzer@kilzer.net>
Sun, 11 Nov 2007 06:10:34 +0000 (10 22:10 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 17 Nov 2007 21:28:21 +0000 (17 13:28 -0800)
treeb9bf330eb03132bf7d918e1f59c2987dbaec02fb
parentfede44b2e18c1e5985197913e8dcf5753f4eb99e
git-svn log: include commit log for the smallest revision in a range

The "svn log -rM:N" command shows commit logs inclusive in the range [M,N].
Previously "git-svn log" always excluded the commit log for the smallest
revision in a range, whether the range was ascending or descending.  With
this patch, the smallest revision in a range is always shown.

Updated tests for ascending and descending revision ranges.

Signed-off-by: David D Kilzer <ddkilzer@kilzer.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
t/t9116-git-svn-log.sh