Skip to content

Commit

Permalink
git-svn: fix show-ignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Wong authored and Junio C Hamano committed Jan 7, 2007
1 parent 84dee6b commit fffe694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ sub show_ignore {
my $repo;
$SVN ||= libsvn_connect($SVN_URL);
my $r = defined $_revision ? $_revision : $SVN->get_latest_revnum;
libsvn_traverse_ignore(\*STDOUT, $SVN->{svn_path}, $r);
libsvn_traverse_ignore(\*STDOUT, '', $r);
}

sub graft_branches {
Expand Down

0 comments on commit fffe694

Please sign in to comment.