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 _______________________________________________ gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
