tags:

views:

102

answers:

3

alt text

Just wondering which tool generated this git tree view? Thanks.

+1  A: 

Can be any of gitk, gitextensions, tortoisegit, and many more.

Looks like gitx http://gitx.frim.nl/seeit.html

Andreas Rehm
definitely not gitk, maybe gitx
corroded
+1  A: 

Yup it is gitx

http://gitx.frim.nl/seeit.html

corroded
+4  A: 

This is gitx, as suggested in other answers. However, this graph is not an achievement of this tool only; such a view can be generated by many tools (qgit, tortiosegit, gitg), including bare git itself output to console!

Pavel Shved
Thanks Pavel. I'm interested in a tool on linux that provides just as good graphics as gitx (assuming gitx only runs on MacOSX).
grm
@grm, gitg also has cute round commit markers ^_^. Added link to screenshots to my answer.
Pavel Shved
Great, thanks Pavel.
grm