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