mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-19 05:39:27 -04:00
Set GIT_MERGE_AUTOEDIT=no in the environment.
This commit is contained in:
@@ -23,6 +23,8 @@ my $make_gen_cmd = 'make -f prepare-source.mak conf && ./config.status && make g
|
||||
);
|
||||
&usage if $help_opt;
|
||||
|
||||
$ENV{GIT_MERGE_AUTOEDIT} = 'no';
|
||||
|
||||
if (defined $incl_generated_files) {
|
||||
$patches_dir = $incl_generated_files if $incl_generated_files ne '';
|
||||
$incl_generated_files = 1;
|
||||
|
||||
Reference in New Issue
Block a user