summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-11 10:58:16 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-11 11:38:39 +0100
commitea212c7ae3fabab519aefe16cbc24a8911be134f (patch)
treef0567a7ef0022525b444dc522b451889710ff303 /git-debrebase
parent3627acb401427824068b9d66011ee92aa16b3ad7 (diff)
git-debrebase: Set $debugcmd_when_debuglevel = 2
This produces much better (less noisy) debug output. git-debrebase calls subcommands an awful lot and they are generally very uninteresting. If this now turns out to be insufficient, we will add additional calls to printdebug. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-debrebase b/git-debrebase
index 5049ca6..429e17d 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -36,6 +36,8 @@ use Dpkg::Version;
use File::FnMatch qw(:fnmatch);
use File::Copy;
+$debugcmd_when_debuglevel = 2;
+
our ($usage_message) = <<'END';
usages:
git-debrebase [<options>] [--|-i <git rebase options...>]