pub fn commit_all( repo: &Repository, message: &str, name: &str, email: &str, ) -> Result<ObjectId, String>
Create an initial commit in the given repo. Adds all files in the working directory and commits them.