diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-06-26 09:18:57 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-06-26 09:18:57 +0200 |
commit | 8724dfa6bf8f6de9c36d10b9b52ab8a1ea30c3b2 (patch) | |
tree | 59bd270c549bf4e516c613354658c028ce66c1a1 /git/cmd.py | |
parent | 640d1506e7f259d675976e7fffcbc854d41d4246 (diff) | |
parent | d1a9a232fbde88a347935804721ec7cd08de6f65 (diff) | |
download | gitpython-8724dfa6bf8f6de9c36d10b9b52ab8a1ea30c3b2.tar.gz |
Merge branch 'missionfocus-loggingNullHandlers'
Diffstat (limited to 'git/cmd.py')
-rw-r--r-- | git/cmd.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ execute_kwargs = ('istream', 'with_keep_cwd', 'with_extended_output', 'output_stream') log = logging.getLogger('git.cmd') +log.addHandler(logging.NullHandler()) __all__ = ('Git', ) |