git
parse_commit(content) -> commit
content
commit
Parse a raw commit object's content
Returns { tree = sha, parents = {sha, ...}, author = str, committer = str, message = str }.
{ tree = sha, parents = {sha, ...}, author = str, committer = str, message = str }