Beispiel #1
0
 def parse_commit(self, commit):
     parsed_commit = CommitParser(commit)
     return parsed_commit.to_map()