From: Ian Jackson Date: Wed, 25 Nov 2015 22:44:45 +0000 (+0000) Subject: Split brain: Print $unapplied tree hash to debug log, too X-Git-Tag: archive/debian/2.0~309 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=5e8aa6d1695b5eb47a928d1d546605bdf924c494 Split brain: Print $unapplied tree hash to debug log, too --- diff --git a/dgit b/dgit index 50c8dd06..b3071b71 100755 --- a/dgit +++ b/dgit @@ -3045,6 +3045,7 @@ END rmtree '.pc'; runcmd @git, qw(add -Af .); my $oldtiptree=git_write_tree(); + printdebug "fake o+d/p tree object $unapplied\n"; changedir '../work';