From 2a9e81a612e9ef5221c9a4c1554a06f20ea00e8c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Jan 2019 11:58:10 +0000 Subject: dgit: clean: Prepare cleanmode_re for suffixes on git and git-ff No functional change. Signed-off-by: Ian Jackson --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgit b/dgit index 37d3861..9b107c2 100755 --- a/dgit +++ b/dgit @@ -102,7 +102,7 @@ our %format_ok = map { $_=>1 } ("1.0","3.0 (native)","3.0 (quilt)"); our $suite_re = '[-+.0-9a-z]+'; our $cleanmode_re = qr{(?: dpkg-source (?: -d )? (?: ,no-check | ,all-check )? - | git | git-ff + | (?: git | git-ff ) | check (?: ,ignores )? | none )}x; -- cgit v1.2.3