X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=8cea07b7af8a16d65016f3c7f68d1625f5768471;hp=2048e814b56b93a6e1f078301228fad9a006dbe4;hb=0d948b7ca6205272838569aeeb3b5bb83f1b8f09;hpb=a9fc7e4bf085a8a666b3069e918d80e0bc289f76 diff --git a/dgit b/dgit index 2048e814..8cea07b7 100755 --- a/dgit +++ b/dgit @@ -5503,7 +5503,8 @@ sub quiltify ($$$$) { printdebug "considering C=$c->{Commit} P=$p->{Commit}\n"; my @cmd= (@git, qw(diff-tree -r --name-only), - $p->{Commit},$c->{Commit}, qw(-- debian/patches .pc)); + $p->{Commit},$c->{Commit}, + qw(-- debian/patches .pc debian/source/format)); my $patchstackchange = cmdoutput @cmd; if (length $patchstackchange) { $patchstackchange =~ s/\n/,/g; @@ -6812,7 +6813,7 @@ sub cmd_import_dsc { fail f_ <