]> git.ozlabs.org Git - next-scripts/commitdiff
push-pending-fixes: push the fs trees as well
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Nov 2024 05:42:05 +0000 (16:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Nov 2024 05:42:05 +0000 (16:42 +1100)
in case I didn't push them yet

push-pending-fixes

index 9ed5ab93cccc7b8d7228e64d10329392814113a3..dfe60d26650c89cf5a9b4e63269e8c0adb3bd662 100755 (executable)
@@ -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