From: Ian Jackson Date: Sat, 6 Jan 2018 02:22:05 +0000 (+0000) Subject: dgit: When source discrepancy involves mode changes, report them specially. X-Git-Tag: archive/debian/4.2~28 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=8b74ec543cd65112bd83f57dad5c7dcffb592224 dgit: When source discrepancy involves mode changes, report them specially. Closes:#886442. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index aa98a41a..591ee677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ dgit (4.2~) experimental; urgency=medium Sean Whitton] Closes:#856402. Minor fixes: + * When source discrepancy involves file mode changes, report them + specially. Closes:#886442. * In split brain mode, with unexpected diffs, print dgit view commitid in suggested diff rune. (HEAD is wrong.) Closes:#886443. * Fix message about missing quilt cache entry to refer to diff --git a/dgit b/dgit index aa8f7717..2e51f76c 100755 --- a/dgit +++ b/dgit @@ -4240,7 +4240,35 @@ END if ($r==256) { my $referent = $split_brain ? $dgithead : 'HEAD'; my $diffs = cmdoutput @git, qw(diff --stat), $tree, $dgithead; - fail <