Hi, I have a post-receive hook (bash script) that launches several background processes and exits immediately. I do that so I don't have to wait for the background processes to finish every time I push to the repository, but Git seems to wait for them to finish anyways, even though the post-receive hook itself already exited. Is there any way to stop Git from waiting and let the push finish immediately? Sorry if I'm missing something obvious... Thanks, James -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html