Home - Offline Commit Graph - Horse Race - Misc

Bit-Booster - Offline Commit Graph Drawing Tool

Live version available as add-on for Atlassian Bitbucket Server: Bit-Booster for Bitbucket Server

To draw a git commit graph run this command from command-line:
git log --all --date-order --pretty="%h|%p|%d"
Copy & paste the result into the box.
   

 
Note: to prevent any chance of hash collisions, you can use:
git log --all --date-order --pretty="%H|%P|%d"
Copy & Paste Generated HTML from here (includes SVG):
Works on Blogspot! (see: http://bit-booster.blogspot.ca/).

graph.html and g.js files Copyright (C) 2016 G. Sylvie Davies - g.sylvie.davies -at- gmail.com. All rights reserved.
We WILL NEVER make any copyright claims concerning any generated Scalable Vector Graphics (SVG) diagrams or HTML code created through this webpage, and we WILL NEVER make any copyright claims over the generated 'graph.svg' file. And if you want to make copyright claims concerning any generated diagrams or HTML code created through this webpage, we WILL NEVER interfere or involve ourselves in your business with respect to that.