I want to process the graph that represents my git repo, similar to output of git log --graph
.
Are there tools that can generate an output as a kind of an object, e.g. as JSON or something that can be processed by a program easier than parsing the raw output of git log
?