Skip to content

v4.9.0

Compare
Choose a tag to compare
@mcuadros mcuadros released this 09 Mar 21:30
· 873 commits to master since this release
434611b

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)