Introduce submodules, closes #8536
authorCarl Fürstenberg <azatoth@gmail.com>
Tue, 15 Mar 2011 19:16:09 +0000 (20:16 +0100)
committerCarl Fürstenberg <azatoth@gmail.com>
Tue, 15 Mar 2011 19:16:09 +0000 (20:16 +0100)
commit150d3decb54971a7378fb48d0b6970d3fb50ff95
treebcad5923582690f21654490537dbdba25971c6d6
parent714ae379db9dcb704c04080196a05d13a028f7a4
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.
.gitignore
.gitmodules [new file with mode: 0644]
Makefile
src/sizzle [new submodule]
test/qunit [new submodule]