Function gix_testtools::spawn_git_daemon
source ยท pub fn spawn_git_daemon(working_dir: impl AsRef<Path>) -> Result<GitDaemon>Expand description
Spawn a git daemon process to host all repository at or below working_dir.
pub fn spawn_git_daemon(working_dir: impl AsRef<Path>) -> Result<GitDaemon>Spawn a git daemon process to host all repository at or below working_dir.