]> Untitled Git - hvutilities.git/commitdiff
hvsp: mask stdout when rebasing
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 23 Mar 2026 20:05:59 +0000 (16:05 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 24 Mar 2026 16:27:37 +0000 (12:27 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
scripts/kernel-send-patches.sh

index 3a385df15e59ffeb63e89c2c0a3befb230461b8f..b4df88958c2ed117e1cc43e663301e5a56c1e60e 100755 (executable)
@@ -447,7 +447,7 @@ EOF
     git cherry-pick ${COMMIT_START_SHA1}..${COMMIT_END_SHA1} 1>/dev/null
 
     # Compile and test each commit:
-    git rebase --exec=${compile_script} ${compile_branch}
+    git rebase --quiet --exec=${compile_script} ${compile_branch}
 
     # Return to original branch:
     git checkout ${current_branch}