From: Ian Jackson Date: Sat, 8 Oct 2016 16:39:04 +0000 (+0100) Subject: New import: make_commit_text: Some more debug X-Git-Tag: archive/debian/2.0~94 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=82e74f66f281e7fa3b02e99896881c4cae99d0a2;hp=d2cfebaad77a978ef2849cddc96740aef39c2d32 New import: make_commit_text: Some more debug Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index b9b47eb3..15a94c72 100755 --- a/dgit +++ b/dgit @@ -1455,6 +1455,7 @@ sub make_commit_text ($) { my ($out, $in); my @cmd = (@git, qw(hash-object -w -t commit --stdin)); debugcmd "|",@cmd; + print Dumper($text) if $debuglevel > 1; my $child = open2($out, $in, @cmd) or die $!; my $h; eval {