This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
v4.7.0
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)