alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/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
Pulls
Pipelines
core
/
knotserver
/
git
/
at
90cab25602f27ce263c9bd4d9356bdb9ea67af41
1 folder
5 files
Anirudh Oppiliappan
knotserver: git: fetch last commit time against current plumbing.Hash
1y ago
d6383cd4
service
knotserver: init
1 year ago
diff.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
git.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
merge.go
knotserver/git/merge: merge options use git apply
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