summaryrefslogtreecommitdiffstats
path: root/lib/git/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* added 'archive' and testsscott Chacon2007-11-141-0/+5
|
* updated a bunch of the documentationscott Chacon2007-11-131-5/+91
|
* added push, changed some docs, merged README and EXAMPLES, fixed the Rake ↵scott Chacon2007-11-121-1/+5
| | | | tasks to build a proper gem
* adding my testing git directoryscott Chacon2007-11-111-0/+11
|
* added taggingscott Chacon2007-11-111-0/+44
|
* added merging functionsscott Chacon2007-11-111-1/+10
|
* added branch and checkout functionalityscott Chacon2007-11-111-0/+9
|
* added remove and resetscott Chacon2007-11-111-0/+13
|
* added the commit(), changed base.commit, base.tree, base.blob to gcommit, ↵scott Chacon2007-11-111-3/+12
| | | | gtree, gblob
* git add working, git status object workingscott Chacon2007-11-111-1/+11
|
* got clone and init to work - my first writing functionsscott Chacon2007-11-101-12/+33
|
* few hours work - diff is donescott Chacon2007-11-101-8/+43
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-091-0/+8
| | | | added tests for Git::Lib, started Git::Diff development
* added some branching beginningsscott Chacon2007-11-081-1/+11
| | | | added tests for .size
* moved the git objects into the object.rb filescott Chacon2007-11-081-5/+5
|
* added log functionsscott Chacon2007-11-081-0/+9
|
* got the first round workingscott Chacon2007-11-071-0/+59