tangled
alpha
login
or
join now
runxiyu.tngl.sh
/
furgit
6
fork
atom
Fast implementation of Git in pure Go
6
fork
atom
overview
issues
pulls
pipelines
*: Update doc-comments yet again
runxiyu.tngl.sh
2 weeks ago
f98c8992
86a9cc87
verified
This commit was signed with the committer's
known signature
.
runxiyu.tngl.sh
SSH Key Fingerprint:
SHA256:jdcgZM4f40eqgoEW57poBu5vM9WoGE02ZzhWbfbNzc0=
+4
3 changed files
expand all
collapse all
unified
split
furgit.go
objectheader
parse.go
refstore
refstore.go
+2
furgit.go
···
1
1
+
// Package furgit provides low-level Git operations.
2
2
+
package furgit
+1
objectheader/parse.go
···
1
1
+
// Package objectheader parses and serializes object headers ("type size\0").
1
2
package objectheader
2
3
3
4
import (
+1
refstore/refstore.go
···
1
1
+
// Package refstore provides interfaces for reference storage backends.
1
2
package refstore
2
3
3
4
import (