##// END OF EJS Templates
fix(LFS): fixed pull_changes method to support a new (sync_large_objects) flag, updated all parts that will use a new flag. Fixes: RCCE-8
fix(LFS): fixed pull_changes method to support a new (sync_large_objects) flag, updated all parts that will use a new flag. Fixes: RCCE-8

File last commit:

r5193:1e179e1f default
r5256:6b054b38 default
Show More
.howto
5 lines | 172 B | text/plain | TextLexer
## BUILD
# cd docs
# docker build --tag sphinx-doc-build-rc .
# Build Docs
# docker run --rm -v $(PWD):/project --workdir=/project/docs sphinx-doc-build-rc make clean html