The complete Parsoid repository is huge and downloads nearly 68k git objects. We are using only v0.10.0. So, we should only clone that particular commit and not the complete git tree.
The --depth 1 --branch ... options for git-clone will tell the git server exactly what objects to return.
Testing
I ran this locally and ensured the visual edits work properly
The complete Parsoid repository is huge and downloads nearly 68k git objects. We are using only v0.10.0. So, we should only clone that particular commit and not the complete git tree.
The
--depth 1 --branch ...
options for git-clone will tell the git server exactly what objects to return.Testing
Comparison