aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Fürstenberg <azatoth@gmail.com>2011-03-22 23:18:15 +0100
committerCarl Fürstenberg <azatoth@gmail.com>2011-03-22 23:18:15 +0100
commit50e8837207bbfb251af33280b8ef333f16c18e72 (patch)
tree993ae5c1a6492d3bea3f4e77bfac6839f510d26e /Makefile
parent7705c35b140f378e407c196599cc738bc54c5cec (diff)
downloadjquery-50e8837207bbfb251af33280b8ef333f16c18e72.tar.gz
jquery-50e8837207bbfb251af33280b8ef333f16c18e72.zip
Makefile: pull_submodules cleaning
Empirical testing confirms that pulling the url again is enough
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c7bb8085..b9fa61881 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