]> Lady’s Gitweb - Gitweb/commit
gitweb: Use the config file to set repository owner's name.
authorBruno Ribas <redacted>
Fri, 8 Feb 2008 16:38:04 +0000 (14:38 -0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commit685bbf99d6e992c52cac0972acf6061012e839908a57e67186eaf5491ac30d14
treed390906713f1670552c3aa4bdc8d19a5a46a4357a7ff9c622c26bf05e83967b7
parent44677791307f431af901f59752ea760dbe94d4996d10ccb929bf0d738784a7d2
gitweb: Use the config file to set repository owner's name.

Now gitweb checks if gitweb.owner exists before trying to get filesystem's
owner.

Allow to use configuration variable gitweb.owner set the repository owner,
it checks the gitweb.owner, if not set it uses filesystem directory's owner.

Useful when we don't want to maintain project list file, and all
repository directories have to have the same owner (for example when the
same SSH account is shared for all projects, using ssh_acl to control
access instead).

Signed-off-by: Bruno Ribas <redacted>
Signed-off-by: Junio C Hamano <redacted>
README
gitweb.perl
This page took 0.253106 seconds and 4 git commands to generate.