##// END OF EJS Templates
feat(ssh-wrapper): added pre/post pull hooks on top of git for ssh backend....
feat(ssh-wrapper): added pre/post pull hooks on top of git for ssh backend. - this makes it consistent with the http backend and actually adds audit logging into the ssh pulls for git

File last commit:

r5095:aa627a5f default
r5302:399d1dbe default
Show More
__init__.py
13 lines | 203 B | text/x-python | PythonLexer
packages: vendor authomatic to provide bitbucket oath2 capabilities....
r3912 """
Helper functions for use with :class:`Authomatic`.
.. autosummary::
:nosignatures:
authomatic.provider_id
"""
from . import six
from .core import Authomatic
from .core import provider_id