Nov. 7, 2012
9:35 a.m.
On 7 November 2012 08:08, roberto.minelli@usi.ch <roberto.minelli@usi.ch> wrote:
Hello,
I need to access a Git repository programmatically from Pharo.
Is there any API to work with Git working copies, access and manipulate repositories programmatically?
In short I need to checkout each revision of a project and extract some meta-data from each revision.
Thanks in advance, Roberto
Gitocello (https://github.com/timfel/gitocello) will do a lot of what you ask, and anything extra will be easy to add if you follow the examples of what's already there. I doubt it'd be as shiny and complete as Camillo et al's work, but it might be good enough for now. frank