This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
v3.1.0
API changes:
- changed
repository.Commits()
: now it also returns an error. - changed
repository.Tags()
: now it also returns an error. - new function:
repository.NewRepositoryFromFS(fs, path)
creates go-git repositories from .git directories on disk, although, the filesystem is an interface that can be implemented to access git repositories stored anywhere in any format.