From: Hugo Villeneuve Date: Mon, 23 Mar 2026 20:05:59 +0000 (-0400) Subject: hvsp: mask stdout when rebasing X-Git-Url: http://gitweb.hugovil.com/sitemap.xml?a=commitdiff_plain;h=241cf8d34e071a5e16c21878b9b36bdefe816db0;p=hvutilities.git hvsp: mask stdout when rebasing Signed-off-by: Hugo Villeneuve --- 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}