List for cgit developers and users
 help / color / mirror / Atom feed
From: john at keeping.me.uk (John Keeping)
Subject: Nesting repositories under a common folder?
Date: Wed, 24 Jul 2019 19:43:31 +0100	[thread overview]
Message-ID: <20190724184331.GA5798@john.keeping.me.uk> (raw)
In-Reply-To: <CAB-aZK-A9PL_P2tBqHwYx4xR8RD8e3433fifX-B3OpawS0Ks-Q@mail.gmail.com>

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)
> |       |- Project A component 1 (repo)
> |       |- Project A component 2 (repo)
> |- Project B (repo)
> |- Project C (directory, not a repo)
> |       |- Project C subproject AA (repo)
> |       |- Project C subproject AB (repo)
> |       |- Project C Archive (directory, not a repo)
> |              |- Project C archived subproject A (repo)
> etc.
> 
> Going to the cgit frontend, I would see the directories (or links) for
> Project A, B and C...

You can't do exactly this, but you can generate sections from the path
to the repository which adds headings to the list of repositories.  See
"section" and "section-from-path" in cgitrc(5).

For hierarchical paths, it's also possible to view a subset of the tree
by going to (for example) /cgit/directory_a/directory_b/ but I don't
think anything generates links to those sublists.

I remember in the past somewhere had added a custom script to collapse
sections by default, but I can't find a reference for that now.  That
should be reasonably simple by matching on the "reposection" class.


Regards,
John


  parent reply	other threads:[~2019-07-24 18:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24 18:01 reuben.popp
2019-07-24 18:40 ` list
2019-07-24 18:43 ` john [this message]
2019-07-24 19:05   ` reuben.popp
2019-07-24 19:44     ` john

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190724184331.GA5798@john.keeping.me.uk \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).