From b2a9ae2f9d7639f266ce2c706b6c1e9a29f2c1c8 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 21 Nov 2024 16:42:05 +1100 Subject: [PATCH] push-pending-fixes: push the fs trees as well in case I didn't push them yet --- push-pending-fixes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5