git-svn's dcommit must use subversion's config
[gitweb.git] / git-svn.perl
index e3e00fdcc5f4b0ad1d06cc026a5efe62ff0be0fe..a5cf757cf605a017066922e018df7e900881e173 100755 (executable)
@@ -425,6 +425,9 @@ sub cmd_dcommit {
                        my %ed_opts = ( r => $last_rev,
                                        log => get_commit_entry($d)->{log},
                                        ra => Git::SVN::Ra->new($gs->full_url),
+                                       config => SVN::Core::config_get_config(
+                                               $Git::SVN::Ra::config_dir
+                                       ),
                                        tree_a => "$d~1",
                                        tree_b => $d,
                                        editor_cb => sub {