From: Colin Watson Date: Mon, 1 Mar 2010 19:48:50 +0000 (+0000) Subject: URL in Forwarded: means the patch was forwarded X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=72cdba598296cdccfe9522d9ad574b697affbb0a;p=bin.git URL in Forwarded: means the patch was forwarded --- diff --git a/unforwarded-patches b/unforwarded-patches index 08e861e..534469d 100755 --- a/unforwarded-patches +++ b/unforwarded-patches @@ -1,3 +1,3 @@ #! /bin/sh set -e -egrep -L '^(Bug:|Forwarded: (not-needed|yes))' debian/patches/*.patch +egrep -L '^(Bug:|Forwarded: (not-needed|yes|.*:))' debian/patches/*.patch