Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: reorder development section, todo's
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 537776239cd87fd6e7d8af2197cef18a4a80fe96..1da31fdc7cf9c90e6ec3dfd815201e36b9650890 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-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 {