From: Jakub Narebski <jnareb@gmail.com>
To: Matt Ryan <matt@devaldez.com>
Cc: git@vger.kernel.org
Subject: Re: [RFD] Gitweb: Source configuration from file separate from the CGI script
Date: Tue, 22 Mar 2011 14:50:10 -0700 (PDT) [thread overview]
Message-ID: <m339mex299.fsf@localhost.localdomain> (raw)
In-Reply-To: <loom.20110322T165315-910@post.gmane.org>
Matt Ryan <matt@devaldez.com> writes:
> Hey, I don't mean to contribute to the confusion.
> But, after adding a gitweb_config.perl in the
> same directory as the cgi I haven't seen all the
> changes take place. I tried something simple to start like so:
>
> $feature{'blame'}{'override'} = [1];
This doesn't turn on 'blame' feature, but only allows override with
per-repository gitweb.blame repository configuration variable.
You probably wanted to use 'default', not 'override' here.
> $feature{'forks'}{'default'} = [1];
As you can read in comments, this is about very specific layout of
repositories, namely that forks of 'path/to/repo.git' are all
somewhere below 'path/to/repo' directory.
If you don't have forks organized in such way, you wouldn't see
changes from this feature.
> $feature{'avatar'}{'default'} = ['gravatar'];
This requires that email addresses of authors, committers and taggers
have gravatar entry. This means that you have to create "account" on
http://www.gravatar.com).
>
> Gravtar is now working, but I haven't seen
> the blame or forks added. Any help would be appreciated,
> thanks!
Hope that helps.
--
Jakub Narebski
Poland
ShadeHawk on #git
prev parent reply other threads:[~2011-03-22 21:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-16 14:26 [RFD] Gitweb: Source configuration from file separate from the CGI script Drew Northup
2011-03-16 14:34 ` Jonathan Nieder
2011-03-16 14:44 ` Drew Northup
2011-03-17 10:21 ` Jakub Narebski
[not found] ` <1300361067.3010.1.camel@drew-northup.unet.maine.edu>
2011-03-17 15:41 ` Jakub Narebski
2011-03-18 14:07 ` Drew Northup
2011-03-18 14:51 ` Todd Zullinger
2011-03-18 15:21 ` Drew Northup
2011-03-18 15:38 ` Todd Zullinger
2011-03-18 17:54 ` Jonathan Nieder
2011-03-22 16:01 ` Matt Ryan
2011-03-22 21:50 ` 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=m339mex299.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=matt@devaldez.com \
/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).