diff options
author | Erik Faye-Lund <kusmabite@gmail.com> | 2010-11-04 02:35:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-04 16:53:50 -0700 |
commit | 30e1560230bc0154230b315a5f7c4f46870f9c81 (patch) | |
tree | f685b8be7572eb8b0f31d3e4f19e1c462a635748 /symlinks.c | |
parent | 82fc07b7baa6f9e188025cc06a87ebc60a6f2d5e (diff) | |
download | git-30e1560230bc0154230b315a5f7c4f46870f9c81.tar.gz git-30e1560230bc0154230b315a5f7c4f46870f9c81.tar.xz |
daemon: use run-command api for async serving
fork() is only available on POSIX, so to support git-daemon
on Windows we have to use something else.
Instead we invent the flag --serve, which is a stripped down
version of --inetd-mode. We use start_command() to call
git-daemon with this flag appended to serve clients.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'symlinks.c')
0 files changed, 0 insertions, 0 deletions