summaryrefslogtreecommitdiffstats
path: root/lib/git/lib.rb
Commit message (Collapse)AuthorAgeFilesLines
* added branch and checkout functionalityscott Chacon2007-11-111-0/+21
|
* added remove and resetscott Chacon2007-11-111-0/+18
|
* fixed a small environment bugscott Chacon2007-11-111-4/+4
|
* added the commit(), changed base.commit, base.tree, base.blob to gcommit, ↵scott Chacon2007-11-111-5/+16
| | | | gtree, gblob
* git add working, git status object workingscott Chacon2007-11-111-23/+74
|
* got clone and init to work - my first writing functionsscott Chacon2007-11-101-3/+30
|
* few hours work - diff is donescott Chacon2007-11-101-14/+69
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-091-5/+45
| | | | added tests for Git::Lib, started Git::Diff development
* added some branching beginningsscott Chacon2007-11-081-2/+10
| | | | added tests for .size
* got all the unit tests to run from either place, fixed some old functionalityscott Chacon2007-11-081-1/+1
|
* moved the git objects into the object.rb filescott Chacon2007-11-081-5/+41
|
* added log functionsscott Chacon2007-11-081-0/+22