diff options
author | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-22 23:18:15 +0100 |
---|---|---|
committer | Carl Fürstenberg <azatoth@gmail.com> | 2011-03-22 23:18:15 +0100 |
commit | 50e8837207bbfb251af33280b8ef333f16c18e72 (patch) | |
tree | 993ae5c1a6492d3bea3f4e77bfac6839f510d26e /Makefile | |
parent | 7705c35b140f378e407c196599cc738bc54c5cec (diff) | |
download | jquery-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |