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.
pub fn from_semantic_commit(
semantic_commit: SemanticCommit,
) -> Result<Commit, Error>Converts a semantic commit to a commit.
TODO: retrieve author and timestamp from the commit metadata.