summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 11:58:10 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-01-06 12:43:12 +0000
commit2a9e81a612e9ef5221c9a4c1554a06f20ea00e8c (patch)
treed028a802b75f0712a9cb8628967e2f5afe6a8c63
parent70b522e712e52444e8c7b924502380d6413040fa (diff)
dgit: clean: Prepare cleanmode_re for suffixes on git and git-ff
No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
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;