pub fn from_semantic_commit(
    semantic_commit: SemanticCommit
) -> Result<Commit, Error>
Expand description

Converts a semantic commit to a commit.

TODO: retrieve author and timestamp from the commit metadata.