summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-09-28 22:10:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-09-28 22:10:03 -0300
commit9a2e9a33f69b0dbd89336d07e08416f3c573e7ad (patch)
tree1f57cd799cbf9291210206c45a8fcb78622d9a70
parent107d0d97f883f98538efc7e803c7a25b18be32fe (diff)
downloadmediapointer-dvb-s2-9a2e9a33f69b0dbd89336d07e08416f3c573e7ad.tar.gz
mediapointer-dvb-s2-9a2e9a33f69b0dbd89336d07e08416f3c573e7ad.tar.bz2
Add a newer meta-tag to SOB like stuff.
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-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 dc989dd61..abca09c45 100755
--- a/v4l/scripts/hghead.pl
+++ b/v4l/scripts/hghead.pl
@@ -134,7 +134,7 @@ while ($line = <IN>) {
next;
}
- if ($tag =~ m/^(acked-by|thanks-to|reviewed-by|noticed-by|cc):/) {
+ if ($tag =~ m/^(acked-by|thanks-to|reviewed-by|noticed-by|tested-by|cc):/) {
$signed="$signed$line";
next;
}