hvsp: do not rebase temp_compile_branch
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 28 Nov 2023 20:33:41 +0000 (15:33 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 28 Nov 2023 20:33:41 +0000 (15:33 -0500)
scripts/kernel-send-patches.sh

index bbceb0f..b34ebd6 100755 (executable)
@@ -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}