summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
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 {