Skip to content

Commit fffe694

Browse files
Eric WongJunio C Hamano
authored andcommitted
git-svn: fix show-ignore
Looks like I broke it in 747fa12 but never noticed. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 84dee6b commit fffe694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-svn.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ sub show_ignore {
536536
my $repo;
537537
$SVN ||= libsvn_connect($SVN_URL);
538538
my $r = defined $_revision ? $_revision : $SVN->get_latest_revnum;
539-
libsvn_traverse_ignore(\*STDOUT, $SVN->{svn_path}, $r);
539+
libsvn_traverse_ignore(\*STDOUT, '', $r);
540540
}
541541

542542
sub graft_branches {

0 commit comments

Comments
 (0)