summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-06-22 14:43:07 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-06-22 14:43:07 -0300
commit7c32a185acc584b2db9852eb593bf85f7b13d414 (patch)
tree294af1e65444cfe203b90609168112bb6a895837 /v4l/scripts
parent495e488de4078579da14b32520fb766177ccf8cf (diff)
downloadmediapointer-dvb-s2-7c32a185acc584b2db9852eb593bf85f7b13d414.tar.gz
mediapointer-dvb-s2-7c32a185acc584b2db9852eb593bf85f7b13d414.tar.bz2
Add a new meta-tag to hghead.pl
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/hghead.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/hghead.pl b/v4l/scripts/hghead.pl
index 1eb7355c4..6f8a814ad 100755
--- a/v4l/scripts/hghead.pl
+++ b/v4l/scripts/hghead.pl
@@ -125,7 +125,7 @@ while ($line = <IN>) {
next;
}
- if ($tag =~ m/^(acked-by|thanks-to|reviewed-by|cc):/) {
+ if ($tag =~ m/^(acked-by|thanks-to|reviewed-by|noticed-by|cc):/) {
$signed="$signed$line";
next;
}