alpha
Login
or
Join now
oyster.cafe
/
tangled-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.
Monorepo for 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
tangled-core
/
knotserver
/
git
/
at
7fe32c955068867eeb93def37010371ea00bd3e8
1 folder
12 files
tjh
knotserver: remove 'uploadPack.allowFilter' config override in UploadPack
6mo ago
452a1b89
service
knotserver: remove 'uploadPack.allowFilter' config override in UploadPack This is better set in a global configuration file, and is set in the default config for the nix module anyway. Signed-off-by: tjh <x@tjh.dev>
6 months ago
branch.go
knotserver: remove 'uploadPack.allowFilter' config override in UploadPack This is better set in a global configuration file, and is set in the default config for the nix module anyway. Signed-off-by: tjh <x@tjh.dev>
6 months ago
cmd.go
knotserver/git: refactor command runner Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
diff.go
types,appview,knotserver: replace object.Commit with types.Commit Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
fork.go
knotserver: use local clones if repo is hosted on the same knot detect the host to clone from and use a local clone if possible. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
git.go
knotserver: add helpers to read and parse .gitmodules files Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
language.go
knotserver: detect bun.lock files as generated this is a patch fix, the real fix would be to add this to go-enry's list of generated file names. Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
last_commit.go
knotserver/git: wait for git cmd to complete after streaming output could be a source of zombie processes. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
merge.go
knotserver/git: write change-id headers into git objects after applying a patch series, write the change-id headers into the git commit objects itself. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
post_receive.go
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
repo.go
set default branch from KNOT_REPO_MAIN_BRANCH
1 year ago
tag.go
knotserver: fix sort order of tags Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
tree.go
types: rework NiceTree to use go-git filemodes we can now differentiate between regular directories and submodules in filetree walkers. this fixes things like broken commit info and language detection in submodules. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago