go-git v4.9.0 Release Notes

Release Date: 2019-01-30 // about 5 years ago
  • ๐ŸŽ This new version comes with some new functionality like the new LogOptions.All option that mimics the git log --all done by @kuba--, plus some performance improvements for reading large commit histories implemented by @filipnavara.

    ๐Ÿ”„ Change Log

    • ๐ŸŒฒ git: Implement git log --all #1045 (kuba--)
    • ๐Ÿ‘ git: return better error message when packfile cannot be downloaded #1031 (jfontan)
    • storage/dotgit: use fs capabilitie in setRef #1036 (jfontan)
    • ๐ŸŽ plumbing: format/packfile, performance optimizations for reading large commit histories #963 (filipnavara)