summaryrefslogtreecommitdiffstats
path: root/lib/git/object.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add the possibility to read blob contents in chunks via IO#popenMichael Siebert2008-05-121-3/+11
|
* added tree.depth and tree.full_treeScott Chacon2008-03-081-0/+8
|
* added ls-tree to gitrscott Chacon2007-11-271-5/+5
|
* more speed improvementsscott Chacon2007-11-191-0/+3
|
* changed logging to be far more efficient if you're accessing all the commit ↵scott Chacon2007-11-191-5/+16
| | | | objects
* significantly improved log performancescott Chacon2007-11-171-1/+1
|
* only call rev-parse and cat-file for size and type when neededscott Chacon2007-11-151-18/+28
|
* added object content cachingscott Chacon2007-11-151-2/+4
|
* added tree? blob? commit? tag? predicates for git objectsscott Chacon2007-11-151-0/+16
|
* added name-rev support for commit objectsscott Chacon2007-11-141-1/+5
|
* added 'archive' and testsscott Chacon2007-11-141-0/+5
|
* updated a bunch of the documentationscott Chacon2007-11-131-16/+22
|
* added the tree functions and testsscott Chacon2007-11-121-6/+54
|
* added a bunch of good stuff to the commit objectscott Chacon2007-11-121-1/+66
|
* added taggingscott Chacon2007-11-111-5/+29
|
* few hours work - diff is donescott Chacon2007-11-101-3/+7
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-091-0/+10
| | | | added tests for Git::Lib, started Git::Diff development
* got all the unit tests to run from either place, fixed some old functionalityscott Chacon2007-11-081-0/+4
|
* moved the git objects into the object.rb filescott Chacon2007-11-081-6/+58
|
* added log functionsscott Chacon2007-11-081-0/+16