Shallow git clones #4938
Labels
auto-locked
Outdated issues that have been locked by automation
C: vcs
pip's interaction with version control systems like git, svn and bzr
type: enhancement
Improvements to functionality
pip/src/pip/_internal/vcs/git.py
Line 187 in 094afef
pip should perform shallow clones of git repositories since it's downloading history information that it's not using. Performing shallow clones would greatly speed up this bit when used with large git repositories.
The text was updated successfully, but these errors were encountered: