From 82e74f66f281e7fa3b02e99896881c4cae99d0a2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Oct 2016 17:39:04 +0100 Subject: [PATCH] New import: make_commit_text: Some more debug Signed-off-by: Ian Jackson --- dgit | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.30.2