]> git.ipfire.org Git - thirdparty/git.git/commit - run-command.c
run-command: create start_bg_command
authorJeff Hostetler <jeffhost@microsoft.com>
Mon, 20 Sep 2021 15:36:17 +0000 (15:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 15:57:58 +0000 (08:57 -0700)
commitfdb1322651a41a4e754bfac23513c0fa32dc1db8
treea6f16f65defb7dea70a1459c6c235c4fb5960e6b
parent8750249053c6441e912a41a2feca8f22f73babc4
run-command: create start_bg_command

Create a variation of `run_command()` and `start_command()` to launch a command
into the background and optionally wait for it to become "ready" before returning.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c
run-command.h