Iâm working on libgit2 bindings for Pharo. If we can include libgit2 in the VM environment there will be no dependencies to a Git installation. Iâll be visiting Lille for two weeks starting on monday and one goal is to advance that work to a stage where we can start doing something with it. For people interested, there is a Smalltalk-Git mailing list on google groups: https://groups.google.com/forum/?hl=de#!forum/smalltalk-git Cheers, Max On 06.03.2014, at 13:59, Stephan Eggermont <stephan@stack.nl> wrote:
How is git support for Pharo going to work? Because currently it takes extra effort. I noticed some Pharo users moving their code to github, making it less accessible.
I know a few different ways to get git installed on a mac: (finkproject, brew, macports, xcode, git-osx-installer, git-scm.com) and they result in git not always being /usr/bin/git. Then there are the differences between system wide installs and installs for specific users, and the different OS versions.
Stephan