summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-08 17:39:04 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-08 19:24:10 +0100
commit82e74f66f281e7fa3b02e99896881c4cae99d0a2 (patch)
tree0cbc21248fd96578a874698165bf29d008cdbece /dgit
parentd2cfebaad77a978ef2849cddc96740aef39c2d32 (diff)
New import: make_commit_text: Some more debug
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index b9b47eb..15a94c7 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 {