alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
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
2
Pulls
1
Pipelines
core
/
knotserver
/
git
1 folder
6 files
at
52cd32d1db432a058c53b5281e6d6e7668db02a1
oppiliappan
knotserver: git: improve performance of commit listing
1y ago
52cd32d1
service
knotserver: git/service: refactor execution of git service command
1 year ago
diff.go
knotserver: git: improve performance of commit listing RepoIndex and RepoLog should no longer take longer on bigger repositories. all endpoints are still backwards compatible. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
fork.go
knotserver: fork: add function to sync fork
1 year ago
git.go
knotserver: git: improve performance of commit listing RepoIndex and RepoLog should no longer take longer on bigger repositories. all endpoints are still backwards compatible. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
merge.go
knotserver: merge using git-am if format-patch is detected
1 year ago
repo.go
set default branch from KNOT_REPO_MAIN_BRANCH
1 year ago
tree.go
knotserver: git: fetch last commit time against current plumbing.Hash This fixes the bug where paths wouldn't show up in non-default branches. We were running 'git log' against the bare repository that was pointing to the default branch, which would then return no output for that specific path since -- understandably -- the path doesn't exist on the default branch. This change simply passes the current g.h (plumbing.Hash) to 'git log' which resolves the path in that ref.
1 year ago