summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 04:22:42 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 04:22:43 +0100
commit9b1710555b3d13149437428cd2d8b4b3d5209132 (patch)
treebe9c1c7276652dbba671bf9e57b9b43534cd2851 /dgit
parent67e3687e3223a97f2d2952ba2aba32d0c177966b (diff)
dgit: Rename --ignore-dirty to --include-dirty
Leaving the old name supported as a deprecated alias. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index eca2303..2dd8ef1 100755
--- a/dgit
+++ b/dgit
@@ -6864,7 +6864,7 @@ sub parseopts () {
} elsif (m/^--(gbp|dpm)$/s) {
push @ropts, "--quilt=$1";
$quilt_mode = $1;
- } elsif (m/^--ignore-dirty$/s) {
+ } elsif (m/^--(?:ignore|include)-dirty$/s) {
push @ropts, $_;
$includedirty = 1;
} elsif (m/^--no-quilt-fixup$/s) {