projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdf58b
)
Add support for init command
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 11 Jan 2023 15:28:44 +0000
(10:28 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 1 Jun 2023 19:12:41 +0000
(15:12 -0400)
scripts/kernel-send-patches.sh
patch
|
blob
|
history
diff --git
a/scripts/kernel-send-patches.sh
b/scripts/kernel-send-patches.sh
index
6cca90d
..
192cf91
100755
(executable)
--- a/
scripts/kernel-send-patches.sh
+++ b/
scripts/kernel-send-patches.sh
@@
-207,6
+207,10
@@
rm -rf ${srcdir}/*.patch
# If the cover letter is not between start and end commits, save a copy:
cp ${srcdir}/cover-letter.txt /tmp
+if [ x"${init_cmd}" != x"" ]; then
+ ${init_cmd}
+fi
+
patches_branch="kernel_send_patches"
if [ x"${series}" != x"" ]; then