alpha
Login
or
Join now
pocka.jp
/
legit
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
web frontend for git repositories, written in Go
git.pocka.jp/legit.git
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
legit
/
git
/
at
master
1 folder
3 files
Shota FUJI
Fix long commit history slowing summary page
1d ago
6248d4ed
service
git: use system's git upload-pack This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33.
2 years ago
diff.go
Format go file with dprint
1 year ago
git.go
Fix long commit history slowing summary page https://tangled.org/pocka.jp/legit/issues/7#comment-3mqn5xujwoh22 The summary page displays recent up to three commits, but underlying logic reads the whole repo history then subslice the result. The loading of entire commit history is really demanding task and slows the response time of a summary page down a lot. Before this patch, loading a summary page of Zig project took 900ms ~ 1100ms. After this patch, it's 180ms under load.
1 day ago
tree.go
tree: directories first, add size column, fix .. Signed-off-by: Derek Stevens <nilix@nilfm.cc>
3 years ago