зеркало из https://github.com/microsoft/git.git
git-svn's dcommit must use subversion's config
When doing dcommit git-svn must use subversion's config or newly created files will not include svn's properties (defined in [auto-props] with 'enable-auto-props = yes'). Signed-off-by: Konstantin V. Arkhipov <voxus@onphp.org> Acked-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Родитель
41337e22f0
Коммит
3caf320ba8
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче