Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@alcortesm alcortesm released this 05 Jul 12:30
· 1372 commits to master since this release

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.