From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Cc: Jakub Narebski <jnareb@gmail.com>
Subject: [PATCH 0/3] gitweb: Improve reading of repo config
Date: Sat, 3 Nov 2007 00:41:17 +0100 [thread overview]
Message-ID: <1194046880-29941-1-git-send-email-jnareb@gmail.com> (raw)
This series of patches introduces single-call reading of
gitweb-related part of repository configuration in gitweb. Instead of
calling git-config once for each config variable we check, read all
variables at once for first request of repo config variable.
First patch adds test to check if our changes do not break gitweb too
badly, second one introduces mentioned above "eager" repo config
reading, and third makes use of the fact that adding new configuration
variables to check is not that costly now.
Table of contents:
==================
[PATCH 1/3] gitweb: Add tests for overriding gitweb config with repo config
[PATCH 2/3] gitweb: Read repo config using 'git config -z -l'
[PATCH 3/3] gitweb: Use config file for repository description and URLs
Diffstat:
=========
gitweb/gitweb.perl | 82 +++++++++++++++++++++----------------------------
1 files changed, 33 insertions(+), 47 deletions(-)
--
Jakub Narebski, Poland
git version 1.5.3.5
next reply other threads:[~2007-11-02 23:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-02 23:41 Jakub Narebski [this message]
2007-11-02 23:41 ` [PATCH 1/3] gitweb: Add tests for overriding gitweb config with repo config Jakub Narebski
2007-11-02 23:41 ` [PATCH 2/3] gitweb: Read repo config using 'git config -z -l' Jakub Narebski
2007-11-02 23:41 ` [PATCH 3/3] gitweb: Use config file for repository description and URLs Jakub Narebski
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=1194046880-29941-1-git-send-email-jnareb@gmail.com \
--to=jnareb@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).