8000 Release gitcache v1.0.21 · seeraven/gitcache · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gitcache v1.0.21

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 07:08
· 69 commits to master since this release

Changes since v1.0.20

  • New partial clone mode available by setting the config variable CloneStyle (section Clone) to
    PartialFirst or setting the environment variable GITCACHE_CLONE_STYLE=PartialFirst. This mode
    creates the mirror by performing a shallow clone first followed by a git fetch -unshallow.
    Thanks to An Darejkal for the implementation!
0