Re: [jquery-dev] Unable to pull qunit sizzle submodules in forked git repo

2009-12-01 Thread Mark Gibson
Ok, I've just had chance to play about. I've performed a new clone: $ git clone g...@github.com:jollytoad/jquery.git Initialized empty Git repository in /home/mark/git/jquery/.git/ remote: Counting objects: 10347, done. remote: Compressing objects: 100% (3098/3098), done. remote: Total 10347

Re: [jquery-dev] Unable to pull qunit sizzle submodules in forked git repo

2009-12-01 Thread John Resig
Just a heads-up: I actually removed all of the submodules from jQuery yesterday. After talking with Yehuda I realized that we actually didn't want submodules, we wanted atual clones of Sizzle and QUnit. I've changed the Makefile to handle this. You can see a clean clone here:

[jquery-dev] Unable to pull qunit sizzle submodules in forked git repo

2009-11-26 Thread Mark Gibson
Hello, has anyone managed to build jQuery from a forked repository? The submodules won't pull in the clone of my forked repo, I can't work out why - 'make init' does nothing, all I get is this: Grabbing external dependencies... From g...@github.com:jollytoad/jquery * branchmaster

Re: [jquery-dev] Unable to pull qunit sizzle submodules in forked git repo

2009-11-26 Thread John Resig
Oof, I'm really not sure - I wonder if it has to do with having multiple remotes? I'm going to throw up the bat signal and see if we can get some clarification from the Github guys. --John On Thu, Nov 26, 2009 at 6:13 PM, Mark Gibson jollyt...@gmail.com wrote: Hello, has anyone managed to