From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Sat, 1 Oct 2016 12:08:01 +0100 Subject: [PULL] Various patches from the list Message-ID: <20161001110801.GP1673@john.keeping.me.uk> Hi Jason, The following changes since commit 11695a58fd732689be486edf88d145578a787c89: git: update to v2.10.0 (2016-09-04 12:38:18 +0200) are available in the git repository at: git://git.zx2c4.com/cgit jk/for-jason for you to fetch changes up to 1a66e7f3c15bf8d0d5d1b198c6674911a213779e: ui-repolist: Allow sections to be collapsible (2016-10-01 11:51:07 +0100) ---------------------------------------------------------------- A collection of patches from the list. There are only two small changes from what has been posted: - In 'tree: allow skipping through single-child trees' use hashcpy() instead of memcpy() - A conflict resolution in 'ui-repolist: provide hyperlinks on section names' as a result of the update to Git 2.10. Most patches are small clean ups (several spotted by Coverity), but there are two new features: - Allow skipping through single-child trees - Allow collapsing sections for those with big lists of repositories ---------------------------------------------------------------- Andy Doan (2): ui-repolist: provide hyperlinks on section names ui-repolist: Allow sections to be collapsible John Keeping (8): configfile: fix EOF handling ui-shared: fix decl-after-statement warnings ui-ssdiff: fix decl-after-statement warnings tree: allow skipping through single-child trees shared: remove return value from cgit_free_commitinfo() shared: make cgit_free_taginfo() public ui-tag: clean up taginfo ui-tree: remove a fixed size buffer cgit.c | 27 ++++++++++++++++++++---- cgit.h | 16 ++++++++++++--- cgitrc.5.txt | 5 +++++ configfile.c | 4 +++- scan-tree.c | 6 +++--- shared.c | 10 +++++---- ui-repolist.c | 33 ++++++++++++++++++------------ ui-shared.c | 12 ++++++----- ui-ssdiff.c | 4 ++-- ui-tag.c | 6 ++++-- ui-tree.c | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 11 files changed, 163 insertions(+), 45 deletions(-)