Skip to content

Git Maintenance

Compare
Choose a tag to compare
@jjcomer jjcomer released this 03 May 15:18
· 49 commits to master since this release
91031f1

This release adds the option to rely on utilizing the cli version of git in addition to libgit2.
The main motivation behind this is that the cli version of git has proven to be faster during fetch and clone operations. Additionally, the cli version of git will perform maintenance against the underlying repo.

The default docker container now will include the cli git as a dependency.