From bcfb3006925bc2f36afeb0ab2099cffd29f9ae4a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 28 Nov 2023 15:33:41 -0500 Subject: [PATCH] hvsp: do not rebase temp_compile_branch --- scripts/kernel-send-patches.sh | 3 --- 1 file changed, 3 deletions(-) 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} -- 2.20.1