Re: git status update?



On Mon, 2009-03-09 at 13:21 -0400, Behdad Esfahbod wrote:
> Vincent Untz wrote:
> 
> >  + Fix the sort algorithm for branch and tag names to match GNOME
> >    conventions. For example, TOMBOY_0_12_0 > TOMBOY_0_8_0.
> 
> Should be a one-line patch thanks to the glibc function strverscmp().

Right now tags are sorted reverse chronologically based on:

 - tag date (for annotated tags)
 - commit date that the tag point to (for lightweight tags)

Do we want to change that?

- Owen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]