git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Lederhofer <matled@gmx.net>
To: Junio C Hamano <junkio@cox.net>
Cc: Luben Tuikov <ltuikov@yahoo.com>,
	git@vger.kernel.org, Martin Waitz <tali@admingilde.org>
Subject: Re: [PATCH] gitweb.cgi: Customization
Date: Wed, 2 Aug 2006 21:40:11 +0200	[thread overview]
Message-ID: <E1G8MZf-00022S-0v@moooo.ath.cx> (raw)
In-Reply-To: <7v8xm8xbaa.fsf@assigned-by-dhcp.cox.net>

Junio C Hamano <junkio@cox.net> wrote:
> They all try to make customization can be done in one
> place, and the difference is mostly of taste, so I'd just pick
> one from Martin.
I hope it will be possible (see require suggestion from Jeff King) to
specify the file also from the environment because then it is possible
to develop on an uncostumized version of gitweb.perl.  Now I noticed
a problem: do not use the @@FOO@@ in double quotes because perl will
spit a lot of warnings like
"Possible unintended interpolation of @GIT_VERSION in string"
Either we should use another delimiter or use single quotes (this is
the way it is done in git-send-email.perl and git-svn.perl).  I don't
know how likely it is that characters that are interpreted different
in double quotes are in filenames but I'd prefer single quotes just to
be on the safe site.  This disallows using '/etc/foo/$ENV{SITE_NAME}'
as config file but one can just use '/etc/foo/bar' which requires
'/etc/foo/$ENV{SITE_NAME}'.

      parent reply	other threads:[~2006-08-02 19:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-01 21:19 [PATCH] gitweb.cgi: Customization Luben Tuikov
2006-08-01 22:15 ` Junio C Hamano
2006-08-01 22:53   ` Luben Tuikov
2006-08-01 23:54     ` Junio C Hamano
2006-08-02  2:01       ` Luben Tuikov
2006-08-02  2:13       ` Martin Langhoff
2006-08-02  7:45         ` Junio C Hamano
2006-08-02  7:59           ` Martin Langhoff
2006-08-02 15:53             ` Matthias Lederhofer
2006-08-03  6:58         ` Martin Waitz
2006-08-03 16:24           ` Jeff King
2006-08-02  7:09       ` Matthias Lederhofer
2006-08-02  8:54         ` Matthias Lederhofer
2006-08-02  9:31           ` Martin Langhoff
2006-08-02 12:55             ` Matthias Lederhofer
2006-08-02 16:23       ` Jon Loeliger
2006-08-02 16:53         ` Jeff King
2006-08-02 17:13           ` Matthias Lederhofer
2006-08-02 17:34           ` Jakub Narebski
2006-08-02 17:43           ` Junio C Hamano
2006-08-02 20:30         ` Luben Tuikov
2006-08-02 19:40       ` Matthias Lederhofer [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=E1G8MZf-00022S-0v@moooo.ath.cx \
    --to=matled@gmx.net \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=ltuikov@yahoo.com \
    --cc=tali@admingilde.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).