]> git.sev.monster Git - dotfiles.git/commitdiff
git alias compatibility with busybox xargs
authords6 <git@ds6.pw>
Sat, 22 Dec 2018 07:48:08 +0000 (01:48 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:39 +0000 (16:27 -0500)
xargs -L replaced with tr -s and xargs -0

base/.gitconfig

index 17b6e1ccf8147ce22771020795f18e4035027014..70f8a2ca6a5fd78ffde66276131d4e1fa570c238 100644 (file)
@@ -3,5 +3,5 @@
        name = ds6
 
 [alias]
-       pushall = !git remote | xargs -L1 -P3 git push
+       pushall = !git remote | tr -s '\\n' '\\0' | xargs -0 -P3 git push
        pull-submodules = submodule foreach git pull origin master
This page took 0.033939 seconds and 4 git commands to generate.