On Tue, May 11, 2010 at 7:49 AM, Jason Merrill <ja...@redhat.com> wrote: > On 05/11/2010 10:30 AM, H.J. Lu wrote: >> >> I created a branch for 256bit vectorizer, branches/vect256/. Richard >> and I will work on it to extend vectorizer to 256bit. >> >> Jason, can you include it in git mirror? We can drop the ix86 branch >> in git since there are several branches under branches/ix86. > > It's already mirrored, just not one that is included in the default clone. > Assuming you have a clone like that described in > http://gcc.gnu.org/wiki/GitMirror, you would say > > git config --add remote.origin.fetch > refs/remotes/vect256:refs/remotes/origin/vect256 > git config --add svn-remote.svn.fetch > branches/vect256:refs/remotes/origin/vect256 > > and you should be all set.
I was hoping git://gcc.gnu.org/git/gcc.git mirror branches/vect256 instead of ix86 so that I can just pull from it. > > I did drop the ix86 branch, as the git-svn subdirectory confusion > significantly increases the overhead from including it in the clone set. From: http://gcc.gnu.org/wiki/GitMirror remotes/origin/ix86 is still listed. I did a clone of git://gcc.gnu.org/git/gcc.git and I got x86 branch. Thanks. -- H.J.