Hi Bjorn, > I use the order-by-submitter view, e.g., > http://patchwork.ozlabs.org/project/linux-pci/list/?order=submitter, > to weed out superseded patches. > > This would be easier if I could use two sort keys: first by submitter, > then by date. Right now, they are ordered by submitter, but patches > from a single submitter are ordered in a way I haven't figured out > yet. > > Is there a way to do this already? If not, how hard would it be to add?
There's no way to specify two orderings at present. However, I've just sketched up a change to apply the date ordering as a secondary whenever a non-default order is selected. So the ordering you'll get with that view is by submitter, then by date within each submitter. The same applies to any other non-default ordering. Would that sort out (pun intended) this problem for you? :) Cheers, Jeremy _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
