From 241cf8d34e071a5e16c21878b9b36bdefe816db0 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 23 Mar 2026 16:05:59 -0400 Subject: [PATCH] hvsp: mask stdout when rebasing Signed-off-by: Hugo Villeneuve --- scripts/kernel-send-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kernel-send-patches.sh b/scripts/kernel-send-patches.sh index 3a385df..b4df889 100755 --- a/scripts/kernel-send-patches.sh +++ b/scripts/kernel-send-patches.sh @@ -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} -- 2.47.3