projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7ad0e
)
hvsp: do not rebase temp_compile_branch
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 28 Nov 2023 20:33:41 +0000
(15:33 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 28 Nov 2023 20:33:41 +0000
(15:33 -0500)
scripts/kernel-send-patches.sh
patch
|
blob
|
history
diff --git
a/scripts/kernel-send-patches.sh
b/scripts/kernel-send-patches.sh
index
bbceb0f
..
b34ebd6
100755
(executable)
--- 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}