◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
1 change: 1 addition & 0 deletions git/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@


log = logging.getLogger('git.config')


class MetaParserBuilder(abc.ABCMeta):
Expand Down
1 change: 1 addition & 0 deletions git/objects/commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import logging

log = logging.getLogger('git.objects.commit')

__all__ = ('Commit', )

Expand Down
1 change: 1 addition & 0 deletions git/objects/submodule/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@


log = logging.getLogger('git.objects.submodule.base')


class UpdateProgress(RemoteProgress):
Expand Down
1 change: 1 addition & 0 deletions git/objects/submodule/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
__all__ = ["RootModule", "RootUpdateProgress"]

log = logging.getLogger('git.objects.submodule.root')


class RootUpdateProgress(UpdateProgress):
Toggle all file notes Toggle all file annotations