grasp: allowFilter.

This commit is contained in:
fiatjaf
2025-12-29 19:50:25 -03:00
parent 099569ea4f
commit 9f6143143b

View File

@@ -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