diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-11 10:46:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-11 10:46:46 -0300 |
commit | 8360b1b2c30e71909236e4040f6063a00f83dd70 (patch) | |
tree | 096c4f435bed8fd5d6732ea2464641a32bb2e366 /v4l/scripts | |
parent | 1e0b3e0e968cabf3e5133140d6cff5027a1b4e1d (diff) | |
download | mediapointer-dvb-s2-8360b1b2c30e71909236e4040f6063a00f83dd70.tar.gz mediapointer-dvb-s2-8360b1b2c30e71909236e4040f6063a00f83dd70.tar.bz2 |
Preserve review tag lines at the proper place, together with SOB's
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/hghead.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/v4l/scripts/hghead.pl b/v4l/scripts/hghead.pl index 2450ad136..0f086294d 100755 --- a/v4l/scripts/hghead.pl +++ b/v4l/scripts/hghead.pl @@ -131,6 +131,12 @@ while ($line = <IN>) { next; } + # Keep review lines together with the signatures + if ($line =~ m/^\[.*\@.*\:.*\]\n/) { + $signed="$signed$line"; + next; + } + if ($tag =~ m/changeset:\s*(.*)\n/) { $num=$1; } |