git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [CGit] [PATCH 0/6] Communicate the repo name to the filter scripts
@ 2011-02-17 21:11 Ferry Huberts
  2011-02-17 21:11 ` [CGit] [PATCH 1/6] source_filter: fix a memory leak Ferry Huberts
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Ferry Huberts @ 2011-02-17 21:11 UTC (permalink / raw)
  To: git; +Cc: hjemli

From: Ferry Huberts <ferry.huberts@pelagic.nl>

This patch series fixes two bugs and communicates the repo name
to the filter scripts.

I have a server setup in which each repo has a trac instance and
for the commit filter I really need to known with which repo I'm
dealing in order to be able to resolve the #123 ticket numbers
into hyperlinks into the correct trac instance.

Patch 0001 fixes a memory leak and can be applied regardless of the other
           patches
Patch 0002 makes sure that all arguments for the filter are correctly initialised
           so that the argv[] list is always terminated with a NULL pointer,
           which is currently not the case for the source filter.
The other patches implement my desired functionality.


Ferry Huberts (6):
  source_filter: fix a memory leak
  new_filter: correctly initialise all arguments for a new filter
  new_filter: determine extra_args from filter type
  source_filter: also communicate the repo name to the filter
  commit_filter: also communicate the repo name to the filter
  about_filter: also communicate the repo name to the filter

 cgit.c                         |   41 +++++++++++++++++++++++++++++++--------
 filters/commit-links.sh        |    2 +
 filters/syntax-highlighting.sh |    1 +
 ui-commit.c                    |    5 +++-
 ui-repolist.c                  |    5 +++-
 ui-summary.c                   |    5 +++-
 ui-tree.c                      |    4 +++
 7 files changed, 51 insertions(+), 12 deletions(-)

-- 
1.7.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-02-24 13:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 21:11 [CGit] [PATCH 0/6] Communicate the repo name to the filter scripts Ferry Huberts
2011-02-17 21:11 ` [CGit] [PATCH 1/6] source_filter: fix a memory leak Ferry Huberts
2011-02-17 21:11 ` [CGit] [PATCH 2/6] new_filter: correctly initialise all arguments for a new filter Ferry Huberts
2011-02-17 21:11 ` [CGit] [PATCH 3/6] new_filter: determine extra_args from filter type Ferry Huberts
2011-02-17 21:11 ` [CGit] [PATCH 4/6] source_filter: also communicate the repo name to the filter Ferry Huberts
2011-02-17 21:11 ` [CGit] [PATCH 5/6] commit_filter: " Ferry Huberts
2011-02-17 21:11 ` [CGit] [PATCH 6/6] about_filter: " Ferry Huberts
2011-02-17 21:23 ` [CGit] [PATCH 0/6] Communicate the repo name to the filter scripts Ferry Huberts
2011-02-19  8:46 ` Lars Hjemli
2011-02-19 13:54   ` Ferry Huberts
2011-02-24 13:32   ` Ferry Huberts

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).