From: Dennis Stosberg <hidden> Date: 2016-06-15 22:42:30
Jakub Narebski wrote:
So now you have extra git redirector being spawned, instead of extra shell
being spawned.
Most of the commands that Gitweb uses are built-ins, so there
shouldn't be any extra overhead by calling "git command" instead of
"git-command". If I haven't missed one, git-annotate is the only one
which is not a built-in.
Regards,
Dennis