mirror of
https://github.com/git/git.git
synced 2024-11-20 19:33:59 +01:00
git-svn: fix show-ignore
Looks like I broke it in 747fa12cef73b6ca04fffaddaad7326cf546cdea but never noticed. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
84dee6bbc9
commit
fffe694d60
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user