diff --git a/knotserver/git/service/service.go b/knotserver/git/service/service.go index 24411afc..3b549582 100644 --- a/knotserver/git/service/service.go +++ b/knotserver/git/service/service.go @@ -110,7 +110,6 @@ func (c *ServiceCommand) UploadArchive() error { func (c *ServiceCommand) UploadPack() error { cmd := exec.Command("git", []string{ - "-c", "uploadpack.allowFilter=true", "upload-pack", "--stateless-rpc", ".",