Hi,

I know gitgraph.js is just a tool for "draw" the graph.
My question is how to get all branches correctly, my tests with git log 
don't work for the "gitflow" flow. Because branches are closed after merge 
I think...

I'm trying now to make a service running with hook post-receive on the main 
repository.
It will store on a database the data I'm looking for...

Thanks for your response,

Le samedi 16 janvier 2016 13:48:30 UTC+1, Gergely Polonkai a écrit :
>
> 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 <joris....@gmail.com 
> <javascript:>>:
>
>> 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/git-mo...@2x.png )
>> 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 git-users+...@googlegroups.com <javascript:>.
>> 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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to