Comment on git git git git gitComments−ggm25dDo the exec() tail call?−messe25dExec replaces the current process, so yes[1].[1]: Unless git is doing fork()+exec() and then waiting for the exit code.
Comments
Do the exec() tail call?
Exec replaces the current process, so yes[1].
[1]: Unless git is doing fork()+exec() and then waiting for the exit code.