class documentation

class PostCommitShellHook(ShellHook):

Constructor: PostCommitShellHook(controldir)

View In Hierarchy

post-commit shell hook.

Method __init__ Initialize post-commit hook.

Inherited from ShellHook:

Method execute Execute the hook with given args.
Instance Variable cwd Undocumented
Instance Variable filepath Undocumented
Instance Variable name Undocumented
Instance Variable numparam Undocumented
Instance Variable post_exec_callback Undocumented
Instance Variable pre_exec_callback Undocumented
def __init__(self, controldir: str): ΒΆ

Initialize post-commit hook.

Parameters
controldir:strPath to the git control directory (.git)