Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine
EXEC_PATH
validation in spawn_git_daemon
This enforces requirements more precisely and, overall, more robustly, when validating and converting `git --exec-path` output to a `PathBuf`. This also no longer redirect standard error to the null device when running that command. No stderr output is expected; if there is any such output, it's better seen than thrown away.
- Loading branch information