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
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
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
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