pub fn get_first_commit() -> Result<String>
Return the SHA of the very first commit in the repository.
Runs git rev-list --max-parents=0 HEAD and returns the first line (repositories with multiple roots will return the oldest).
git rev-list --max-parents=0 HEAD