ErlanGit. Read and work with Git repositories written in Erlang.

github.com/schacon/erlangit

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2019
  • Create LICENSE
January 2010
  • Better test runner.
  • Use re: instead of regexp.
  • Better Rakefile task names and default selection.
  • Make our future lives easier by introducing a git record.
  • Refactor tests to use eunit and other goodies.
December 2009
  • Use the binary syntax to parse loose objects
  • Eliminate (most) warnings
  • reformatting readme
  • moved readme to .md ext
  • fix readme formatting, update todo
  • added a real readme with a bit of docs
  • simple benchmarking, todo list
  • refactored read_object to object_data, got tree parsing working
  • added simple log function
  • using digraph toposorter for revlist now
  • getting rid of some erl warnings
  • refactored commit into record
  • revlist basically working
  • stub out revlist functionality