top | item 19618471

(no title)

markmm | 6 years ago

Git written in Ruby, it's a no from me.

discuss

order

wwarner|6 years ago

My understanding is that Github implemented git in ruby to make their rails site work better.

why-el|6 years ago

They almost surely did not implement Git in Ruby, but merely wrote bindings to it. I used to remember reading through their Ruby source code for this (Edit: found it, it's called Rugged). But even then, you need a more efficient API layer for this binding to be more practical for programmers, hence the libgit2.