From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Fri, 29 Jul 2016 16:48:09 +0200 Subject: [PATCH 13/16] Add documentation for repo.namespace In-Reply-To: <20160715230002.29547-14-richard.maw@gmail.com> References: <20160715230002.29547-1-richard.maw@gmail.com> <20160715230002.29547-14-richard.maw@gmail.com> Message-ID: On Sat, Jul 16, 2016 at 12:59 AM, Richard Maw wrote: > Signed-off-by: Richard Maw > --- > cgitrc.5.txt | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > > diff --git a/cgitrc.5.txt b/cgitrc.5.txt > index 9fcf445..6116d1b 100644 > --- a/cgitrc.5.txt > +++ b/cgitrc.5.txt > @@ -570,6 +570,10 @@ repo.max-stats:: > repo.name:: > The value to show as repository name. Default value: . > > +repo.namespace:: > + Set the git namespace, so that fetching and cloning only provide refs > + under refs/namespaces. Default value: none. Mixed tabs and spaces it appears. This does more than just fetching and cloning, right? It's supposed to affect the whole displayed view of cgit?