X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=git-pullall;h=c29d940b38cb2d917ef28cec534695fc949c32a9;hb=b45ef7feaffe07370ab0ccf84aead4d9e0eb7c4b;hp=c54032c7267b0c2e2ef02b77cfc693bac2a480a7;hpb=d7dbc151256644e2e4db3313b2fb199d6d6dbd70;p=xonotic%2Fdiv0-gittools.git diff --git a/git-pullall b/git-pullall index c54032c..c29d940 100755 --- a/git-pullall +++ b/git-pullall @@ -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"