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/). |