Re: Nesting repositories under a common folder?

2019-07-24 Thread John Keeping
On Wed, Jul 24, 2019 at 02:05:38PM -0500, Reuben Popp wrote: > Excuse me if I sound a bit daft here... can I add javascript to cgit, or > how else would I collapse reposection classes? You can use the "head-include" directive in cgitrc to include arbitrary content in the element generated by CGit

Re: Nesting repositories under a common folder?

2019-07-24 Thread Reuben Popp
Thanks for the reply John, Excuse me if I sound a bit daft here... can I add javascript to cgit, or how else would I collapse reposection classes? Thanks again Reuben On Wed, Jul 24, 2019 at 1:45 PM John Keeping wrote: > On Wed, Jul 24, 2019 at 01:01:27PM -0500, Reuben Popp wrote: > > Excuse m

Re: Nesting repositories under a common folder?

2019-07-24 Thread John Keeping
On Wed, Jul 24, 2019 at 01:01:27PM -0500, Reuben Popp wrote: > Excuse me if this has been answered before, but is there a way to nest > repositories under a common directory visually in cgit? > > For example, > > root_directory (not a repo) > |- Project A (directory, not a repo) > | |- Proj

Re: Nesting repositories under a common folder?

2019-07-24 Thread Christian Hesse
Reuben Popp on Wed, 2019/07/24 13:01: > Hello all, > > Excuse me if this has been answered before, but is there a way to nest > repositories under a common directory visually in cgit? > > For example, > > root_directory (not a repo) > |- Project A (directory, not a repo) > | |- Project A

Nesting repositories under a common folder?

2019-07-24 Thread Reuben Popp
Hello all, Excuse me if this has been answered before, but is there a way to nest repositories under a common directory visually in cgit? For example, root_directory (not a repo) |- Project A (directory, not a repo) | |- Project A component 1 (repo) | |- Project A component 2 (repo)