Git: set proper owner for gitweb

When viewing repos via gitweb, git projects show up with 'www-data' as the owner. Please add this section to the git config when a new repo is created:

[gitweb]
        owner={server-owner}

where {server-owner} is the virtual server owner.

Thanks!

Status: 
Closed (fixed)

Comments

Sure, I'll do this in the next release of the Git plugin.

Automatically closed -- issue fixed for 2 weeks with no activity.