Skip to content
schacon edited this page Sep 12, 2010 · 12 revisions

After many months of agonizing thinking, I have decided to split the ruby-git project into two projects. Originally, I tried to implement some of the git stuff as pure ruby in place of system calls to ‘git’ binary. I am instead going to revert the codebase of ruby-git to only use system calls and make a second library that makes no system calls – implements everything entirely in ruby.

Clone this wiki locally