git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Background processes in post-receive hook
@ 2011-04-02 23:03 James Pickens
  2011-04-03  0:35 ` Junio C Hamano
  2011-04-03  3:22 ` Sitaram Chamarty
  0 siblings, 2 replies; 5+ messages in thread
From: James Pickens @ 2011-04-02 23:03 UTC (permalink / raw)
  To: Git ML

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-03  5:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-02 23:03 Background processes in post-receive hook James Pickens
2011-04-03  0:35 ` Junio C Hamano
2011-04-03  3:22 ` Sitaram Chamarty
2011-04-03  4:59   ` Joe Ratterman
2011-04-03  5:06   ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).