"H. Peter Anvin" [off-list ref] writes:
Could git-upload-pack be integrated into the git-daemon binary, so that
the exec isn't needed?
In the longer term, I'd like to extend git-daemon-export-ok to
mean:
- the presense of empty file means any supported operation
not just git-upload-pack is allowed for backward
compatibility.
- otherwise list of allowed git-* server side program.
and be able to extend daemon.c:execute() function to check
and execute server side programs other than git-upload-pack. So
the answer from me is a mild no.