##// END OF EJS Templates
libgit2: updated code for tests....
libgit2: updated code for tests. - listing all commits will use only subprocess as it will return empty list for empty repos - updated logic for empty repos so it's the best combination of speed and correctness

File last commit:

r407:34976bc5 default
r730:ef69988e 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 *