pub fn commit_paths( repo_root: &Path, paths: &[&Path], message: &str, ) -> Result<String>
Stage specific paths and commit. Returns empty string if nothing to commit.