summaryrefslogtreecommitdiffstats
path: root/tests/units/test_lib.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add the possibility to read blob contents in chunks via IO#popenMichael Siebert2008-05-121-0/+27
|
* added Matthias and Simon to credits for the gitrb codescott Chacon2007-11-271-0/+9
| | | | | fixed an issue with raw object tree formatting added ls_tree implementation in raw git
* changed logging to be far more efficient if you're accessing all the commit ↵scott Chacon2007-11-191-0/+3
| | | | objects
* significantly improved log performancescott Chacon2007-11-171-4/+1
|
* added a bunch of good stuff to the commit objectscott Chacon2007-11-121-0/+8
|
* got clone and init to work - my first writing functionsscott Chacon2007-11-101-4/+4
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-091-0/+124
added tests for Git::Lib, started Git::Diff development