projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24dd51
)
git-svn: don't drop the username from URLs when dcommit is run
author
Eric Wong
<normalperson@yhbt.net>
Sat, 12 May 2007 21:36:20 +0000
(14:36 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 13 May 2007 19:10:42 +0000
(12:10 -0700)
We no longer store usernames in URLs stored in git-svn-id lines
for dcommit, so we shouldn't rely on those URLs when connecting
to the remote repository to commit.
git-svn.perl
patch
|
blob
|
history
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 {