##// END OF EJS Templates
git-lfs: always validate uploaded files size....
git-lfs: always validate uploaded files size. In case of bad uploads we want the client to re-try the LFS object upload. Else we can end up with wrong sized OIDs uploaded and reported as OK.

File last commit:

r133:271283f9 default
r197:e75ea5c6 default
Show More
MANIFEST.in
13 lines | 199 B | text/plain | TextLexer
# top level files
include *.rst
include *.txt
# package extras
include vcsserver/VERSION
# all config files
recursive-include configs *
# skip any tests files
recursive-exclude vcsserver/tests *