From mboxrd@z Thu Jan 1 00:00:00 1970 From: mohun106 at gmail.com (Radha Mohan) Date: Sat, 16 Jan 2016 19:56:25 -0800 Subject: cgit sort branches Message-ID: hi, I set up cgit for my git server and am looking for a way to sort the branches in each repo summary page according to its age (newest first). I used "branch-sort=age" but it doesn't seem to work. Here is my cgitrc file contents. logo=/cgit/cgit.png css=/cgit/cgit.css robots=index, nofollow scan-path=/repo/git case-sensitive-sort=0 enable-git-config=1 root-title=Git repository branch-sort=age Any pointers on how to achieve sort? - Mohan