upstream_msg_filter.sed (11786:6639b188ac11) upstream_msg_filter.sed (12220:0cb6ee49bde1)
1#!/bin/sed -f
2#
3# Copyright (c) 2016 ARM Limited
4# All rights reserved
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 30 unchanged lines hidden (view full) ---

39
40# This script removes metadata tags that should be considered internal
41# to a specific gerrit instance.
42
43/Reviewed-on:/d;
44/Tested-by:/d;
45/Copyright-Check:/d;
46/Style-Check:/d;
1#!/bin/sed -f
2#
3# Copyright (c) 2016 ARM Limited
4# All rights reserved
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 30 unchanged lines hidden (view full) ---

39
40# This script removes metadata tags that should be considered internal
41# to a specific gerrit instance.
42
43/Reviewed-on:/d;
44/Tested-by:/d;
45/Copyright-Check:/d;
46/Style-Check:/d;
47/For-Upstream:/d;