Skip to content

v4.7.0

Compare
Choose a tag to compare
@mcuadros mcuadros released this 09 Mar 21:29
· 985 commits to master since this release

Here is a new release of go-git, containing a mix of performance improvements (#929, #942), new features and issue fixing, take a log to the change log.

Change Log

  • storage/dotgit: add KeepDescriptors option #942 (jfontan)
  • plumbing/storer: add ExclusiveAccess option to Storer #941 (jfontan)
  • plumbing: object, Clamp object timestamps before unix epoch to unix epoch #939 (taruti)
  • config: add commentChar to core config struct #937 (zaquestion)
  • storage/dotgit: search for incoming dir only once #935 (jfontan)
  • storage/dotgit: Remove empty dirs when cleaning with Dir opt. #933 (kuba--)
  • plumbing, storage: add bases to the common cache #929 (jfontan)
  • plumbing/idxfile: object iterators returns entries in offset order #927 (jfontan)
  • plumbing/format: gitignore, fixed an edge case for .gitignore #924 (fkorotkov)