pub fn initial_commit<'a>( repo: &'a Repository, sig: &Signature<'_>, ) -> Result<Commit<'a>, Error>
Create an initial empty commit.