aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2011-04-12 00:18:12 -0400
committerjeresig <jeresig@gmail.com>2011-04-12 00:18:12 -0400
commitea6987e078cedb1a4a8012b8e98b5f245417407b (patch)
treeb26ec6abc37c3b14f4db9dce58af6a74ce5a2baf /Makefile
parent1299e89dcd803ee0ed48622c716dc3d4c8567cb7 (diff)
parent50e8837207bbfb251af33280b8ef333f16c18e72 (diff)
downloadjquery-ea6987e078cedb1a4a8012b8e98b5f245417407b.tar.gz
jquery-ea6987e078cedb1a4a8012b8e98b5f245417407b.zip
Merge branch 'master' of https://github.com/azatoth/jquery
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfd2a9752..06cee5de3 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ update_submodules:
# update the submodules to the latest at the most logical branch
pull_submodules:
- @@git submodule foreach "git pull origin \$$(git branch --no-color --contains \$$(git rev-parse HEAD) | grep -v \( | head -1)"
+ @@git submodule foreach "git pull \$$(git config remote.origin.url)"
@@git submodule summary
pull: pull_submodules