From: Hugo Villeneuve Date: Tue, 28 Nov 2023 20:33:41 +0000 (-0500) Subject: hvsp: do not rebase temp_compile_branch X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=bcfb3006925bc2f36afeb0ab2099cffd29f9ae4a;p=hvutilities.git hvsp: do not rebase temp_compile_branch --- diff --git a/scripts/kernel-send-patches.sh b/scripts/kernel-send-patches.sh index bbceb0f..b34ebd6 100755 --- a/scripts/kernel-send-patches.sh +++ b/scripts/kernel-send-patches.sh @@ -370,9 +370,6 @@ EOF git checkout -b ${temp_compile_branch} ${compile_branch} - # Make sure temp_compile_branch is rebased on base_branch: - git rebase ${base_branch} - # Apply all of our commits to temp_compile_branch: git cherry-pick ${COMMIT_START_SHA1}..${COMMIT_END_SHA1}