mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
0c46bceca2
https://github.com/go-git/go-git/releases Reviewed by: dmgk Differential Revision: https://reviews.freebsd.org/D31689
11 lines
516 B
Plaintext
11 lines
516 B
Plaintext
go-git is a highly extensible git implementation library written in pure
|
|
Go. It can be used to manipulate git repositories at low level
|
|
(plumbing) or high level (porcelain), through an idiomatic Go API. It
|
|
also supports several types of storage, such as in-memory filesystems,
|
|
or custom implementations, thanks to the Storer interface.
|
|
|
|
It's being actively developed since 2015 and is being used extensively
|
|
by Keybase, Gitea or Pulumi, and by many other libraries and tools.
|
|
|
|
WWW: https://github.com/go-git/go-git
|