List for cgit developers and users
 help / color / mirror / Atom feed
From: mailings at hupie.com (Ferry Huberts)
Subject: [PATCH v3 0/4] Hand the repo configuration to the filters
Date: Wed, 09 Mar 2011 09:25:43 +0100	[thread overview]
Message-ID: <4D773987.7020404@hupie.com> (raw)
In-Reply-To: <1299658403-2469-1-git-send-email-mailings@hupie.com>

On 03/09/2011 09:13 AM, Ferry Huberts wrote:
> From: Ferry Huberts <ferry.huberts at pelagic.nl>
> 
> Changes compared to v2:
> - Split out the first 2 patches into a seperate thread
> - Incorporated feedback from Lars
> 
> Changes compared to v1:
> - Rewritten to hand the repo configuration via environment variables
> 
> 
> I have a server setup in which each repo has a trac instance and
> for the commit filter I really need to know with which repo I'm
> dealing in order to be able to resolve the #123 ticket numbers
> into hyperlinks into the correct trac instance.
> 
> Lars, patch 3 has become quite a bit more complex. However, adding
>       environment variables is a matter of simply extending the
>       env_vars array in the prepare_env function; only the code
>       that processes that array has become a bit more complex.
> 
> 
> Ferry Huberts (4):
>   new_filter: determine extra_args from filter type
>   cgit_open_filter: also take the repo as a parameter
>   cgit_open_filter: hand down repo configuration to script
>   filters: document environment variables in filter scripts
> 
>  cgit.c                         |   27 ++++++++++---
>  cgit.h                         |    6 ++-
>  cgitrc.5.txt                   |   45 ++++++++++++++++++++--
>  filters/commit-links.sh        |   11 +++++
>  filters/syntax-highlighting.sh |   11 +++++
>  shared.c                       |   80 +++++++++++++++++++++++++++++++++++++++-
>  ui-commit.c                    |    6 +-
>  ui-repolist.c                  |    2 +-
>  ui-snapshot.c                  |    2 +-
>  ui-summary.c                   |    2 +-
>  ui-tree.c                      |    2 +-
>  11 files changed, 172 insertions(+), 22 deletions(-)
> 

Patch 3 is missing.
I checked my mail server and it has delivered it correctly to
hjemli.net, so maybe it got lost there?

Will try to send 3 again

-- 
Ferry Huberts




  parent reply	other threads:[~2011-03-09  8:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09  8:13 mailings
2011-03-09  8:13 ` [PATCH v3 1/4] new_filter: determine extra_args from filter type mailings
2011-03-09  8:13 ` [PATCH v3 2/4] cgit_open_filter: also take the repo as a parameter mailings
2011-03-09  8:13 ` [PATCH v3 3/4] cgit_open_filter: hand down repo configuration to script mailings
2011-03-09  8:13 ` [PATCH v3 4/4] filters: document environment variables in filter scripts mailings
2011-03-10 15:37   ` hjemli
2011-03-09  8:25 ` mailings [this message]
2011-03-10 15:40 ` [PATCH v3 0/4] Hand the repo configuration to the filters hjemli
2011-03-23 10:57 mailings
2011-03-26 10:48 ` hjemli
2011-03-26 10:52   ` hjemli
2011-03-26 11:45   ` mailings
2011-03-26 12:50     ` hjemli

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=4D773987.7020404@hupie.com \
    --to=cgit@lists.zx2c4.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).