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
6ec3a3d568d8b5a2b0248c8c498535fe25f99571
tjh
knotserver: git: add support for git protocol v2
1y ago
d67e7d07
service
knotserver: git: add support for git protocol v2 v1-style requests are unaffected and v0 (dumb-protocol) requests remain unsupported.
1 year ago
diff.go
knotserver: git: add support for git protocol v2 v1-style requests are unaffected and v0 (dumb-protocol) requests remain unsupported.
1 year ago
fork.go
knotserver: fork: add function to sync fork
1 year ago
git.go
knotserver: add handler to retrieve retrieve repo language percentage
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