summaryrefslogtreecommitdiffstats
path: root/lib/git/lib.rb
Commit message (Collapse)AuthorAgeFilesLines
* added the tree functions and testsscott Chacon2007-11-121-0/+10
|
* added a bunch of good stuff to the commit objectscott Chacon2007-11-121-0/+26
|
* added push, changed some docs, merged README and EXAMPLES, fixed the Rake ↵scott Chacon2007-11-121-0/+4
| | | | tasks to build a proper gem
* added documentation and a license filescott Chacon2007-11-111-2/+2
|
* adding my testing git directoryscott Chacon2007-11-111-1/+3
|
* added taggingscott Chacon2007-11-111-2/+40
|
* added merging functionsscott Chacon2007-11-111-1/+12
|
* 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