##// END OF EJS Templates
git-hooks: store git-env into hooks, so we can use the sandbox storage area, and execute...
git-hooks: store git-env into hooks, so we can use the sandbox storage area, and execute rcextension pre-commit hooks, to read not yet commit objects in GIT.

File last commit:

r407:34976bc5 default
r510:ef7f8525 default
Show More
MANIFEST.in
16 lines | 273 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# hook templates
recursive-include vcsserver/hook_utils/hook_templates *
# skip any tests files
recursive-exclude vcsserver/tests *