##// END OF EJS Templates
git: simplify dangling commit checking to only full SHAs, otherwise we do too many checks in case of references which is slow on large repos
git: simplify dangling commit checking to only full SHAs, otherwise we do too many checks in case of references which is slow on large repos

File last commit:

r407:34976bc5 default
r767:406ae170 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 *