summaryrefslogtreecommitdiff
path: root/t/t9116-git-svn-log.sh
Commit message (Collapse)AuthorAgeFilesLines
* git-svn: fix log with single revision against a non-HEAD branchEric Wong2007-08-151-0/+48
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>