alpha
Login
or
Join now
tangled.org
/
core
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
tangled.org
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
11
Pulls
25
Pipelines
core
/
knotmirror
/
xrpc
/
gitea
/
at
icy/sntnrt
6 files
Seongmin Lee
knotmirror/xrpc: implement `git.getEntry`
3w ago
e210539c
batch.go
knotmirror/xrpc: implement `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago
blob.go
knotmirror: prefer `cat-file --buffer` for frequent endpoints ideally we should use this everywhere and completely remove the go-git dependency. go-git consumes a lot of memory for large repos because it loads pack index into heap memory. This is preferred way of other go based git forges like go-git. lots of code are copied from go-git implementation and slightly modified to match tangled's data model. Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
commit.go
knotmirror/xrpc: implement `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago
entry.go
knotmirror/xrpc: implement `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago
gitea.go
knotmirror: prefer `cat-file --buffer` for frequent endpoints ideally we should use this everywhere and completely remove the go-git dependency. go-git consumes a lot of memory for large repos because it loads pack index into heap memory. This is preferred way of other go based git forges like go-git. lots of code are copied from go-git implementation and slightly modified to match tangled's data model. Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
submodule.go
knotmirror/xrpc: implement `git.getEntry` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago