X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=git-debrebase;h=3d837272ac1b4f2e4a3aab9cdaa0a19fc0de765a;hp=b69450baaa4f952463e6bbcb925ad0be6a0788e1;hb=9ba4f33ee531a379f7d55b6b32b3d9221d7ec04f;hpb=8538600c6a51f6b02d1db7f7171f05a9651a27e6 diff --git a/git-debrebase b/git-debrebase index b69450ba..3d837272 100755 --- a/git-debrebase +++ b/git-debrebase @@ -598,13 +598,16 @@ sub walk ($;$$) { my $bomb = sub { # usage: return $bomb->(); print $report " Unprocessable" if $report; + print $report " ($cl->{Why})" if $report && defined $cl->{Why}; $prprdelim->(); if ($nogenerate) { return (undef,undef); } die "commit $cur: Cannot cope with this commit (d.". (join ' ', map { sprintf "%#x", $_->{Differs} } - @{ $cl->{Parents} }). ")"; + @{ $cl->{Parents} }). + (defined $cl->{Why} ? "; $cl->{Why}": ''). + ")"; }; my $build;