##// 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:

r5040:444b916d default
r5302:399d1dbe default
Show More
persona.py
6 lines | 101 B | text/x-python | PythonLexer
from authomatic import providers
class MozillaPersona(providers.AuthenticationProvider):
pass