Hello, it seems that gitgraph.js can not do exactly what you want. If I were you, I would create some JSON data from the repository with all the commits and branches (e.g. with some git-log magic), then process this JSON data and use gitgraph to visualize it.
Good luck! Best, Gergely Gergely Polonkai [image: https://]about.me/gergely.polonkai <https://about.me/gergely.polonkai?promo=email_sig&utm_source=email_sig&utm_medium=email_sig&utm_campaign=external_links> 2016-01-16 10:57 GMT+01:00 Joris Mulliez <[email protected]>: > Hi all, > > I want to build myself a graph of my git repository, with this lib : > http://gitgraphjs.com/ > My problem is how to get all the data to construct my graph. > > I tried some "git log" arguments, but I'm not able to find right branches > for the changeset. > > My aim is to build a "git-flow" chart (like > http://nvie.com/img/[email protected] ) > Because the git clients I tried doesn't show branches in column like I > want. > > I find this post which has the same problem : > http://blog.funda.nl/creating-a-custom-git-flow-visualization/ > But not the solution... And the result is not convincing me : not fully > fonctionnal (http://beta.gitflowchart.com/chart/github/nvie/gitflow), not > open... > > So how to find the original branch for a given changeset ? > > Thanks in advance for your help ! > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
