latex-ub/install_unibremen/docker/compose_cep/gitbridge/files/rush.rc
2025-05-07 17:38:35 +00:00

10 lines
No EOL
264 B
Text

rush 2.0
rule git-upload-pack
match $command ~ "^/bin/sh"
match $SSH_ORIGINAL_COMMAND ~ "git-upload-pack '(.+)'"
set[0] = "/usr/lib/git-core/git-upload-pack"
set[1] = %1
interactive true
umask 022
chroot "~"