]> git.xonotic.org Git - xonotic/div0-gittools.git/blobdiff - git-pullall
git-split-repository
[xonotic/div0-gittools.git] / git-pullall
index c54032c7267b0c2e2ef02b77cfc693bac2a480a7..c29d940b38cb2d917ef28cec534695fc949c32a9 100755 (executable)
@@ -27,7 +27,7 @@ eval `git for-each-ref --shell --format='
        b=${b#refs/heads/};
        if git config branch.$b.merge >/dev/null && git config branch.$b.remote >/dev/null; then
                git checkout "$b";
-               git pull;
+               git pull || true;
        fi;
 ' refs/heads/`
 git checkout "$cur"