git-graph
git-graph copied to clipboard
Tool to create a graph from a git history
Results
2
git-graph issues
Sort by
recently updated
recently updated
newest added
KeyError
2
When trying to make a graph: ``` Traceback (most recent call last): File "../git-graph/git-graph", line 139, in origRevertHash = messages[originalMessage] KeyError: 'pubsubhubbub support by samueltardieu' ```
I get that error when running the script: ``` File "./git-graph", line 34 print(message, file=sys.stderr) ^ ``` My version of Python: 3.4.2, on the Mac