From: David Adam (zanchey) Date: Fri, 17 Apr 2009 15:24:50 +0000 (+0800) Subject: Update header: direct setting of owner/descriptions X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=022d6758e76fff1f1f07607cc002c8b14ebcafae;p=gitosis-admin.git Update header: direct setting of owner/descriptions --- diff --git a/gitosis.conf b/gitosis.conf index 1f311ec..121fd69 100644 --- a/gitosis.conf +++ b/gitosis.conf @@ -15,7 +15,11 @@ # and an export flag set, like this: # [repo $reponame] # daemon = yes -# owner = $repomastername +# +# You should also then edit the ~git/repositories/$reponame.git/config +# and insert a [gitweb] section with an owner = $ownername key to identify +# the owner of the repository, and edit the $reponame.git/description file +# to provide a better description. [gitosis]