aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Update the Sizzle location to point to the newly-moved repo.John Resig2011-03-281-1/+1
|
* Introduce submodules, closes #8536Carl Fürstenberg2011-03-151-0/+6
| | | | | | 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.
* Switched from using Git Submodules to just doing a straight clone of the ↵jeresig2009-11-301-6/+0
| | | | QUnit and Sizzle directories. Works much better for what we want.
* Pull in the Sizzle library dynamically using a submodule and make it part of ↵John Resig2009-10-261-0/+3
| | | | the jQuery build process.
* Pull in QUnit using a submodule. In order to build jQuery (and run the ↵John Resig2009-10-221-0/+3
tests) you'll need to do 'git submodule init' and 'git submodule update' after checkout.