From: Stephen Rothwell Date: Thu, 21 Nov 2024 05:42:05 +0000 (+1100) Subject: push-pending-fixes: push the fs trees as well X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=b2a9ae2f9d7639f266ce2c706b6c1e9a29f2c1c8;p=next-scripts push-pending-fixes: push the fs trees as well in case I didn't push them yet --- diff --git a/push-pending-fixes b/push-pending-fixes index 9ed5ab9..dfe60d2 100755 --- a/push-pending-fixes +++ b/push-pending-fixes @@ -4,7 +4,7 @@ read -r -p "Yubikey token: " tok # shellcheck disable=SC2029 ssh git@gitolite.kernel.org 2fa val-session "$tok" -git push -f korg refs/heads/pending-fixes:refs/heads/pending-fixes +git push -f korg refs/heads/pending-fixes:refs/heads/pending-fixes refs/heads/fs-current:refs/heads/fs-current refs/heads/fs-next:refs/heads/fs-next ssh -O exit git@gitolite.kernel.org