Monorepo for Tangled tangled.org

knotserver: remove 'uploadPack.allowFilter' config override in UploadPack #883

merged opened by tjh.dev targeting master from tjh.dev/core: push-nxkyqqxyuwpq

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

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:65gha4t3avpfpzmvpbwovss7/sh.tangled.repo.pull/3m7shn4utmi22
-1
Diff #0
-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 ".",

History

1 round 2 comments
sign up or login to add to the discussion
tjh.dev submitted #0
1 commit
expand
knotserver: remove 'uploadPack.allowFilter' config override in UploadPack
expand 2 comments

stack lgtm, will do a bit of testing, thanks for the PR!

works like a charm, thanks!

pull request successfully merged