diff options
author | jeresig <jeresig@gmail.com> | 2011-04-12 00:18:12 -0400 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2011-04-12 00:18:12 -0400 |
commit | ea6987e078cedb1a4a8012b8e98b5f245417407b (patch) | |
tree | b26ec6abc37c3b14f4db9dce58af6a74ce5a2baf /Makefile | |
parent | 1299e89dcd803ee0ed48622c716dc3d4c8567cb7 (diff) | |
parent | 50e8837207bbfb251af33280b8ef333f16c18e72 (diff) | |
download | jquery-ea6987e078cedb1a4a8012b8e98b5f245417407b.tar.gz jquery-ea6987e078cedb1a4a8012b8e98b5f245417407b.zip |
Merge branch 'master' of https://github.com/azatoth/jquery
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 |