Simon 'corecode' Schubert wrote:
> Aggelos Economopoulos wrote:
>> Justin C. Sherrill wrote:
>>> I've set up cgit on leaf, too, with the same URL scheme as Hasso's site:
>>>
>>> http://leaf.dragonflybsd.org/cgi-bin/cgit/dragonfly.git/
>>
>> Thank you.
> 
> How exactly are the branches sorted?

>From ui-refs.c:
qsort(list.refs, list.count, sizeof(*list.refs), cmp_branch_age);
qsort(list.refs, maxcount, sizeof(*list.refs), cmp_ref_name);

> Why do they show up on top of the commits to master?

No idea. Perhaps because a lot of git projects have active development
branches?

Aggelos

Reply via email to