]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
fix dpass
[dotfiles.git] / 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.039959 seconds and 4 git commands to generate.