[erlang-questions] erlgit - convenience Erlang wrapper around git executable

Max Lapshin max.lapshin@REDACTED
Sat Aug 25 08:14:10 CEST 2012


I've just looked for something like this yesterday =)

I consider, that grit https://github.com/mojombo/grit approach is
best: for frequently used operations, like "read head",
you should unpack git repo by yourself: read pack files, decode them
and parse their content.

Usage of libgit2 is nice, but it is nif. It should be used for speed.



More information about the erlang-questions mailing list