gitcache v1.0.21
Changes since v1.0.20
- New partial clone mode available by setting the config variable
CloneStyle
(sectionClone
) to
PartialFirst
or setting the environment variableGITCACHE_CLONE_STYLE=PartialFirst
. This mode
creates the mirror by performing a shallow clone first followed by agit fetch -unshallow
.
Thanks to An Darejkal for the implementation!