Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: don't drop the username from URLs when dcommit is run
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 3c4f490b742c18b6ba96217f0dc1abb4af054e21..d74e6d3112eb6ad444df35a1dae1fc4fab2afb00 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-393,7
+393,7
@@
sub cmd_dcommit {
} else {
my %ed_opts = ( r => $last_rev,
log => get_commit_entry($d)->{log},
- ra => Git::SVN::Ra->new($url),
+ ra => Git::SVN::Ra->new($
gs->full_
url),
tree_a => "$d~1",
tree_b => $d,
editor_cb => sub {