Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

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>

author
tjh
committer
Tangled
date (Dec 15, 2025, 11:38 AM UTC) commit 452a1b89 parent 5bb523e2 change-id nxkyqqxy
-1
-1
knotserver/git/service/service.go
··· 110 110 111 111 func (c *ServiceCommand) UploadPack() error { 112 112 cmd := exec.Command("git", []string{ 113 - "-c", "uploadpack.allowFilter=true", 114 113 "upload-pack", 115 114 "--stateless-rpc", 116 115 ".",