Re: [RFC] ui-repolist: Allow sections to be collapsible

2016-08-07 Thread Andy Doan
On 08/07/2016 02:57 PM, John Keeping wrote: On Sun, Aug 07, 2016 at 02:33:41PM -0500, Andy Doan wrote: This is a rough work-in-progress, but I wanted to get our take on whether or not you'd be interested in this type of functionality: The index page can be difficult to navigate for really

Re: [RFC] ui-repolist: Allow sections to be collapsible

2016-08-07 Thread John Keeping
On Sun, Aug 07, 2016 at 02:33:41PM -0500, Andy Doan wrote: > This is a rough work-in-progress, but I wanted to get our take on whether > or not you'd be interested in this type of functionality: > > The index page can be difficult to navigate for really large git > servers. This change allows a

[PATCH 2/2] ui-ssdiff: fix decl-after-statement warnings

2016-08-07 Thread John Keeping
git.git's coding style avoids decl-after-statement and we generally try to follow it but a few warnings have crept in recently. Fix the one in ui-ssdiff.c Signed-off-by: John Keeping --- ui-ssdiff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: Display of directories that contain only one subdirectory

2016-08-07 Thread John Keeping
On Thu, Jul 14, 2016 at 08:12:09PM +0200, Erik Brangs wrote: > On 13.07.2016 21:49, John Keeping wrote: > > It turns out it's not too difficult, patch below. This is slightly > > different from Github's behaviour because it allows clicking on > > intermediate directories; it wouldn't be hard to

Re: Display of directories that contain only one subdirectory

2016-08-07 Thread John Keeping
On Wed, Jul 13, 2016 at 06:43:06PM -0400, Jamie Couture wrote: > So what I was initially wasting my time worrying about was an insane > situation > where there are many empty directories with only one file at the end of the > tunnel. > > mkdir -p >