pq.format_patch: support file path filtering
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Sep 2012 14:21:09 +0000 (17:21 +0300)
committerGuido Günther <agx@sigxcpu.org>
Thu, 31 Oct 2013 18:17:20 +0000 (19:17 +0100)
commit017fac39f6bd87d44a94d2cf46474e4ded721432
tree0940c7963c3ab9e3fc4e36ed87868f1b0bb14520
parentc661c7153783c79c45fbe63d828b03ea0a788215
pq.format_patch: support file path filtering

Implements a filter option that allows filtering out changes to certain
files/paths in the patch-generation. A commit is totally ignored if all
files would be filtered out. The path filter is given as a Python
regexp.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/scripts/common/pq.py