git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Namhyung Kim <namhyung@kernel.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org,
	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>,
	Namhyung Kim <namhyung.kim@lge.com>
Subject: [PATCH 2/3] gitweb: Handle a few other tags in git_print_log
Date: Tue,  3 Jul 2012 15:02:56 +0900	[thread overview]
Message-ID: <1341295377-22083-3-git-send-email-namhyung@kernel.org> (raw)
In-Reply-To: <1341295377-22083-1-git-send-email-namhyung@kernel.org>

There are many of tags used in s-o-b area. Add
support for a few of well-known ones.

Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
---
 gitweb/gitweb.perl |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 7585e08..e0701af 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -4485,8 +4485,9 @@ sub git_print_log {
 
 	# print log
 	my $empty = 0;
+	my $tags = "acked|reviewed|reported|tested|suggested"
 	foreach my $line (@$log) {
-		if ($line =~ m/^ *(signed[ \-]off[ \-]by[ :]|acked[ \-]by[ :]|cc[ :])/i) {
+		if ($line =~ m/^ *(signed[ \-]off[ \-]by[ :]|($tags)[ \-]by[ :]|cc[ :])/i) {
 			$empty = 0;
 			if (! $opts{'-remove_signoff'}) {
 				print "<span class=\"signoff\">" . esc_html($line) . "</span><br/>\n";
-- 
1.7.10.2

  parent reply	other threads:[~2012-07-03  6:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03  6:02 [PATCH 0/3] gitweb changes Namhyung Kim
2012-07-03  6:02 ` [PATCH 1/3] gitweb: Get rid of unnecessary check of $signoff Namhyung Kim
2012-07-03 19:58   ` Junio C Hamano
2012-07-03  6:02 ` Namhyung Kim [this message]
2012-07-03 20:05   ` [PATCH 2/3] gitweb: Handle a few other tags in git_print_log Junio C Hamano
2012-07-03  6:02 ` [PATCH 3/3] gitweb: Add support to Link: tag Namhyung Kim
2012-07-03 20:15   ` Junio C Hamano
2012-07-04  1:24     ` Namhyung Kim
2012-07-04  1:30       ` Namhyung Kim
2012-07-04  1:54       ` Namhyung Kim

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=1341295377-22083-3-git-send-email-namhyung@kernel.org \
    --to=namhyung@kernel.org \
    --cc=acme@ghostprotocols.net \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=namhyung.kim@lge.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).