knotserver: remove 'uploadPack.allowFilter' config override in UploadPack
This is better set in a global configuration file, and is set in thedefault config for the nix module anyway.Signed-off-by: tjh <x@tjh.dev>
tjh.dev 2 weeks ago 452a1b89 5bb523e2
··· 110 110 111 111 func (c *ServiceCommand) UploadPack() error { 112 112 cmd := exec.Command("git", []string{ 113 113 - "-c", "uploadpack.allowFilter=true", 114 113 "upload-pack", 115 114 "--stateless-rpc", 116 115 ".",