X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/970ce063ee0c17b69ee5343d6934faab479f6ed8..7869953bbf3e81972ef3cb18feb97fc8e5c96959:/support/patch-update diff --git a/support/patch-update b/support/patch-update index a76f111d..dcfeb6fe 100755 --- a/support/patch-update +++ b/support/patch-update @@ -138,8 +138,8 @@ sub update_patch open(OUT, '>', "$patches_dir/$patch.diff") or die $!; print OUT $description{$patch}, "\n"; - if (system("git rebase -m $parent") != 0) { - print qq|"git rebase -m $parent" incomplete -- please fix.\n|; + if (system("git merge $parent") != 0) { + print qq|"git merge $parent" incomplete -- please fix.\n|; $ENV{PS1} = "[$parent] patch/$patch: "; system $ENV{SHELL} and exit 1; }