##// END OF EJS Templates
git-lfs: make usage of gunicorn wrappers to write data to disk....
git-lfs: make usage of gunicorn wrappers to write data to disk. - instead of turning it into a seekable object we write the data directly from gunicorn Body object. This has consistent behaviour on chunked vs non chunked data.

File last commit:

r133:271283f9 default
r200:12e8c50a 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 *