We have a almost 100% working git library for the low-level api. We have the git:// and dumb http:// protocol almost fully defined, we still miss smart http://.
The only thing we cannot do yet properly is cloning a repository, but that can be easily scripted with OSProcess. The latest sources with plenty of tests are available here: http://ss3.gemstone.com/ss/FSGit-Experimental.html On 2012-11-07, at 09:08, "[email protected]" <[email protected]> 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
