go-git v4.10.0 Release Notes

Release Date: 2019-02-14 // about 5 years ago
  • ๐Ÿš€ This release is full of cool stuff, starting with a new EXPERIMENTAL transactional storage implementation, or performance improvements for local remotes, take a look at the changelog:

    ๐Ÿ”„ Change Log

    • ๐ŸŒฒ plumbing: commit_walker, ignore missing references/objects on log --all #1067 (ajnavarro)
    • remote: speed up pushes when the "remote" repo is local #1066 (strib)
    • ๐Ÿšš utils: merkletrie, remove Unicode normalization in difftree #1065 (vmarkovtsev)
    • worktree: add sentinel error for non-fast-forward pull #1064 (asv)
    • packfile: get object size correctly for delta objects #1060 (strib)
    • storage: transactional, new storage with transactional capabilities #1006 (mcuadros)