alpha
Login
or
Join now
4uffin.bsky.social
/
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.
My own copy of Tangled :)
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
Pulls
Pipelines
core
/
knotserver
/
git
/
at
master
1 folder
6 files
Anirudh Oppiliappan
knotserver: git: format-patch for ref comparisons
1y ago
e1357392
service
knotserver: git: fix upload-pack handling Fix stdin piping to git-upload-pack. I think we were closing the pipe too soon previously, resulting in the 'fatal: remote end hung up unexpectedly' error. Probably went unnoticed for smaller repos. Also fix a bunch of misc. bugs in with superfluous http header writes and the gzip reader being shadowed.
1 year ago
diff.go
knotserver: git: format-patch for ref comparisons
1 year ago
fork.go
knotserver: git: fix hiddenRef logic
1 year ago
git.go
add resubmit hints unless a branch is updated, resubmit will remain disabled; and when there are changes added to the branch, a hint is supplied.
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