From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Wed, 5 Jun 2013 11:27:53 +0100 Subject: [RFC] Using Git's internal config system In-Reply-To: <51AF107B.8040003@hupie.com> References: <20130605100658.GA20440@blizzard> <51AF107B.8040003@hupie.com> Message-ID: <20130605102753.GS1072@serenity.lan> On Wed, Jun 05, 2013 at 12:18:35PM +0200, Ferry Huberts wrote: > How about just adding the cgit repo specific config to the actual git > repo config file? > Something like: > > [cgit] > url = foo.git > path = /some/path/to/foo/ > desc = Foo repository > > section = .... > > [cgit "module-links"] > format = formatstring1 > format = formatstring2 > > etc.. You can already do that if you're using "scan-path" and have "enable-git-config = 1".