chiark / gitweb /
Show git config queries only with debuglevel 3 (-DDD) and higher.
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 009319a56996cc48a705d29251728d61b480dfbd..9a63e6540050f694227d30c2ea98fe0ef98ccaf8 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -531,7 +531,7 @@ sub cfg {
        my @cmd = (@git, qw(config --), $c);
        my $v;
        {
-           local ($debuglevel) = $debuglevel-1;
+           local ($debuglevel) = $debuglevel-2;
            $v = cmdoutput_errok @cmd;
        };
        if ($?==0) {