author | David D Kilzer <ddkilzer@kilzer.net> | |
Sun, 11 Nov 2007 06:10:34 +0000 (22:10 -0800) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Sat, 17 Nov 2007 21:28:21 +0000 (13:28 -0800) | ||
commit | 60f3ff12573e411476f7a32ab13bbb9b8063c8f7 | |
tree | b9bf330eb03132bf7d918e1f59c2987dbaec02fb | tree | snapshot |
parent | fede44b2e18c1e5985197913e8dcf5753f4eb99e | commit | diff |
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>
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 | diff | blob | history | |
t/t9116-git-svn-log.sh | diff | blob | history |