I\'ve seen some books and articles have some really pretty looking graphs of git branches and commits. How can I make high-quality printable images of git history?
I don't know about a direct tool, but maybe you can hack a script to export the data into dot format and render it with graphviz.