Re: using anonymous git

2010-12-08 Thread Curtis Doty
Sunday Curtis Doty said: > 8:08pm Ricky Zhou said: > >> On 2010-12-05 04:56:36 PM, Curtis Doty wrote: >>> But the equivalent 'git pull' doesn't work as I'd expect. It appears the >>> clone -B option above sets the wrong non-anonymous url inside each branch. >>> Am I missing something? >> Nope, loo

Re: using anonymous git

2010-12-05 Thread Curtis Doty
8:08pm Ricky Zhou said: > On 2010-12-05 04:56:36 PM, Curtis Doty wrote: >> But the equivalent 'git pull' doesn't work as I'd expect. It appears the >> clone -B option above sets the wrong non-anonymous url inside each branch. >> Am I missing something? > Nope, looks like you found a bug. Here's a

Re: using anonymous git

2010-12-05 Thread Ricky Zhou
On 2010-12-05 04:56:36 PM, Curtis Doty wrote: > But the equivalent 'git pull' doesn't work as I'd expect. It appears the > clone -B option above sets the wrong non-anonymous url inside each branch. > Am I missing something? Nope, looks like you found a bug. Here's a patch that should fix it. ht

using anonymous git

2010-12-05 Thread Curtis Doty
Catching up on the new paradigm...after a bit of tinkering, I've finally found the new git'fied: fedpkg clone -a -B foo equivalent to the old: cvs -qd:pserver:anonym...@cvs.fedoraproject.org:/cvs/pkgs co foo But alas, after I have my anonymous clone, I cannot update it with the