Files
@ f72ead70a22f
Branch filter:
Location: kallithea/docs/api/models.rst
f72ead70a22f
632 B
text/prs.fallenstein.rst
hook: the git hooks should exit with the return value of the handlers
Like with mercurial hooks, returning a non-zero value means abort the operation
(if possible). So, if for example a hook returns a non-zero value to abort an
unauthorized push, the git hook script needs to exit with that value.
Like with mercurial hooks, returning a non-zero value means abort the operation
(if possible). So, if for example a hook returns a non-zero value to abort an
unauthorized push, the git hook script needs to exit with that value.