aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorCarl Fürstenberg <azatoth@gmail.com>2011-03-15 20:16:09 +0100
committerCarl Fürstenberg <azatoth@gmail.com>2011-03-15 20:16:09 +0100
commit150d3decb54971a7378fb48d0b6970d3fb50ff95 (patch)
treebcad5923582690f21654490537dbdba25971c6d6 /.gitmodules
parent714ae379db9dcb704c04080196a05d13a028f7a4 (diff)
downloadjquery-150d3decb54971a7378fb48d0b6970d3fb50ff95.tar.gz
jquery-150d3decb54971a7378fb48d0b6970d3fb50ff95.zip
Introduce submodules, closes #8536
Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..80ce23688
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "src/sizzle"]
+ path = src/sizzle
+ url = git://github.com/jeresig/sizzle.git
+[submodule "test/qunit"]
+ path = test/qunit
+ url = git://github.com/jquery/qunit.git