From mboxrd@z Thu Jan 1 00:00:00 1970 From: tim at nordell.us (Tim Nordell) Date: Mon, 3 Oct 2016 13:10:59 -0500 Subject: [PATCHv2 0/2] Collapsible Section Support In-Reply-To: <1473717710-31710-1-git-send-email-andy.doan@linaro.org> References: <1473717710-31710-1-git-send-email-andy.doan@linaro.org> Message-ID: <57F29F33.1060606@nordell.us> On 09/12/2016 05:01 PM, Andy Doan wrote: > This series adds hyperlinks to sections and allows them to be collapsed. > > Changes since v1: > - combined these 2 patches into a series > > > Andy Doan (2): > ui-repolist: provide hyperlinks on section names > ui-repolist: Allow sections to be collapsible > > cgit.c | 27 +++++++++++++++++++++++---- > cgit.h | 13 +++++++++++-- > cgitrc.5.txt | 5 +++++ > scan-tree.c | 6 +++--- > shared.c | 5 ++++- > ui-repolist.c | 29 ++++++++++++++++------------- > 6 files changed, 62 insertions(+), 23 deletions(-) > > -- > 2.7.4 > Adding to the discussion that I submitted a patch for something akin to this changeset back in March, albeit, I'm no longer working at the company that I was when I submitted it (as such I don't have as much vested interest in getting that patchset in). In that case, I had patched in section name filters so that the end user could organize it however they pleased. The net result is similar to what this patch series does. Patch series: https://lists.zx2c4.com/pipermail/cgit/2016-March/002961.html Example implementation: http://git.logicpd.com - Tim