This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
v4.4.1
Here is a new version of go-git
including some memory optimizations by dsymonds and a couple of bug fixes, #480 and #793.
Change Log
- plumbing: packfile, Don't copy empty objects. Fixes #840 #856 (kuba--)
- plumbing: object, adds tree path cache to trees. Fixes #793 #855 (jfontan)
- dotgit: Move package outside internal. #854 (ajnavarro)
- config: modules, worktree: Submodule fixes for CVE-2018-11235 #848 (josephvusich)
- packfile: improve Index memory representation to be more compact #846 (dsymonds)
- idxfile: optimise allocations in readObjectNames #845 (dsymonds)