From: Jakub Narebski <jnareb@gmail.com>
To: "Erez Zilber" <erezzi.list@gmail.com>
Cc: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: Where does gitweb take the owner name from?
Date: Wed, 25 Jun 2008 13:12:31 -0700 (PDT) [thread overview]
Message-ID: <m3y74ti89i.fsf@localhost.localdomain> (raw)
In-Reply-To: <ce513bcc0806250741q3821e925uf8b6439b12062ba2@mail.gmail.com>
"Erez Zilber" <erezzi.list@gmail.com> writes:
> On the main page of gitweb (the one that lists all projects), there's
> an "Owner" column. On my gitweb, it is empty for all projects. Where
> is this information taken from?
>
> Here is how it looks on the server when I run 'ls -l':
>
> drwxr-xr-x 7 erez.zilber linux 4096 Jun 25 17:36 my_test.git
Unfortunately it is not stated explicitely neither in gitweb/README,
not gitweb/INSTALL.
Nevertheless when you grep for 'owner' in gitweb/README you can find
the following fragments:
* $projects_list
Source of projects list, either directory to scan, or text file
with list of repositories (in the "<URI-encoded repository path> SPC
<URI-encoded repository owner>" line format, [...]).
Set to $GITWEB_LIST during installation. If empty, $projectroot is
used to scan for repositories.
[...]
* gitweb.owner
You can use the gitweb.owner repository configuration variable to set
repository's owner. It is displayed in the project list and summary
page. If it's not set, filesystem directory's owner is used
(via GECOS field / real name field from getpwiud(3)).
(This might be present only in 'pu' branch, as it was part of my
patch adding support for optional 'description' field in $projects_list
file).
--
Jakub Narebski
Poland
ShadeHawk on #git
prev parent reply other threads:[~2008-06-25 20:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-25 14:41 Where does gitweb take the owner name from? Erez Zilber
2008-06-25 15:50 ` Michael J Gruber
2008-06-25 20:12 ` Jakub Narebski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3y74ti89i.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=erezzi.list@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).