summaryrefslogtreecommitdiffstats
path: root/lib/git/object.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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