From: Ian Jackson Date: Sun, 16 Oct 2016 20:02:38 +0000 (+0100) Subject: Provide --force-unrepresentable. X-Git-Tag: archive/debian/2.7~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=37913654d58e03354aa4d5a6aa5afb9c5aeca6b7 Provide --force-unrepresentable. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index a283b158..34ea9d8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dgit (2.7~) unstable; urgency=medium * dgit(1): Reorder the options, moving more important ones earlier. * dgit(1): Some more info about --deliberately. + * Provide --force-unrepresentable. -- diff --git a/dgit b/dgit index 33306dad..5fa500c6 100755 --- a/dgit +++ b/dgit @@ -73,7 +73,7 @@ our $tagformat_want; our $tagformat; our $tagformatfn; -our %forceopts = map { $_=>0 } (); +our %forceopts = map { $_=>0 } qw(unrepresentable); our %format_ok = map { $_=>1 } ("1.0","3.0 (native)","3.0 (quilt)"); @@ -4613,7 +4613,7 @@ END if (@unrepres) { print STDERR "dgit: cannot represent change: $_->[1]: $_->[0]\n" foreach @unrepres; - fail <