-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
Description
This is a feature request.
It'd would be convenient to have a user settable global variable that controlled whether the git clone command that is execute to download plugins makes a full clone or the original repo or a shallow copy.
Ideally, this shallow copy would include only the latest revision (--depth 1)
It would be even nicer if whatever the global setting is, it could be overridden on a per bundle basis.
Shallow clones can speed up download time significantly if there are many plugins installed, specially when repos have many revisions.
AnwarShah, leha-bot and andrewimeson