From 44be87f8d1cfefc9ba32dbf28c2fa505eb7c749f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 13 Aug 2024 09:40:38 +1000 Subject: [PATCH] I build the fs-next tree early now so push it out with pending-fixes --- push-pending-fixes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-pending-fixes b/push-pending-fixes index b6f837e..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 refs/heads/fs-current:refs/heads/fs-current +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