From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.doan at linaro.org (Andy Doan) Date: Mon, 12 Sep 2016 22:54:06 -0500 Subject: [PATCHv3 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: <1473738848-1636-1-git-send-email-andy.doan@linaro.org> This series adds hyperlinks to sections and allows them to be collapsed. A running version of cgit with this change can be seen here: https://git-ap.linaro.org/cgit/ Changes since v2: - use proper html escaping for section hyperlinks. 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 | 33 ++++++++++++++++++++------------- 6 files changed, 66 insertions(+), 23 deletions(-) -- 2.7.4