sync-all: Don't give remote repo paths and branches to git pull
authorIan Lynagh <igloo@earth.li>
Wed, 6 Apr 2011 10:31:06 +0000 (11:31 +0100)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Apr 2011 16:39:04 +0000 (17:39 +0100)
commit9586648193284185c6ff1c75abd33071376fd7f6
tree106d3ddfffca0db85eb79632bce58660c58ada80
parent2d8b3172b1997bbd94130576134dac7b200cc963
sync-all: Don't give remote repo paths and branches to git pull

You can set up remotes and give them as an argument
"./sync-all pull someremote" instead. The old way meant
that the patches would be pulled, but remotes/origin/master
wouldn't be updated.
sync-all