Added css hook to work around bug in WebKit computed margin-right. Fixes #3333 -...
[jquery.git] / Makefile
index e0d1da7..84816a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,4 +99,12 @@ distclean: clean
        @@echo "Removing submodules"
        @@rm -rf test/qunit src/sizzle
 
+# 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 summary
+
+pull: pull_submodules
+       @@git pull ${REMOTE} ${BRANCH}
+
 .PHONY: all jquery lint min init jq clean