diff options
author | jeresig <jeresig@gmail.com> | 2009-11-30 15:45:16 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-11-30 15:45:16 -0500 |
commit | 6798df54f40b316ce65c4e44e3c0370356956dd7 (patch) | |
tree | 7f575b2c94432f0fee149de9b908276b002e8d16 /.gitmodules | |
parent | e514e67cd24db3daf7658d53138a4fbef5fdc0c2 (diff) | |
download | jquery-6798df54f40b316ce65c4e44e3c0370356956dd7.tar.gz jquery-6798df54f40b316ce65c4e44e3c0370356956dd7.zip |
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 984e8a42d..000000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "test/qunit"] - path = test/qunit - url = git://github.com/jquery/qunit.git -[submodule "src/sizzle"] - path = src/sizzle - url = git://github.com/jeresig/sizzle.git |