diff --git a/khatru/grasp/write.go b/khatru/grasp/write.go index 2fa3b02..f19f043 100644 --- a/khatru/grasp/write.go +++ b/khatru/grasp/write.go @@ -72,6 +72,7 @@ func (gs *GraspServer) handleGitReceivePack( {"receive.denyCurrentBranch", "updateInstead"}, {"uploadpack.allowReachableSHA1InWant", "true"}, {"uploadpack.allowTipSHA1InWant", "true"}, + {"uploadpack.allowFilter", "true"}, } { cmd = exec.Command("git", "config", config.key, config.value) cmd.Dir = repoPath