Skip to main content

spawn_git_daemon

Function spawn_git_daemon 

Source
pub fn spawn_git_daemon(working_dir: impl AsRef<Path>) -> Result<GitDaemon>
Expand description

Spawn a git daemon to host all repositories at or below working_dir.

It runs in the background until the GitDaemon is dropped.