git-svn: fix log with single revision against a non-HEAD branch
commit6ed77266c6e85130920ef30cd290d36ad4464695
authorEric Wong <normalperson@yhbt.net>
Wed, 15 Aug 2007 16:55:18 +0000 (15 09:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Aug 2007 19:09:48 +0000 (15 12:09 -0700)
tree0d3edc412cb3cb3ac9751ee908fbf287d3de7dcd
parent1467b5fec376b6c43a5fa54bffd356e458a8d57c
git-svn: fix log with single revision against a non-HEAD branch

Running git-svn log <ref> -r<rev> against a <ref> other than the
current HEAD did not work if the <rev> was exclusive to the
other branch.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl
t/t9116-git-svn-log.sh [new file with mode: 0755]