proxy.golang.org : git.lukeshu.com/go/libfastimport
Package libfastimport implements reading and writing of git fast-import streams. The documentation here focuses on use of the package itself; it generally assumes a working understanding of the format. Documentation on the format itself can be found in the git-fast-import(1) man-page. A program can write commands to a backend by wrapping the appropriate io.Writer with a Backend object. A program can read commands from a frontend by wrapping the appropriate io.Reader with a Frontend object. This is up-to-date with full syntax supported by git v2.30.0.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/git.lukeshu.com/go/libfastimport
License: AGPL-3.0
Latest release: over 4 years ago
First release: over 4 years ago
Namespace: git.lukeshu.com/go
Last synced: 3 months ago