summaryrefslogtreecommitdiffstats
path: root/lib/git/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* added ls-tree to gitrscott Chacon2007-11-271-1/+5
|
* started the ruby-only command line git clientscott Chacon2007-11-231-0/+4
|
* i now have the gitweb view page running off only 2 git callsscott Chacon2007-11-201-0/+1
|
* added some TODO notes, the History.txt entry i forgot and a way to attach a ↵scott Chacon2007-11-191-3/+10
| | | | custom logger to Git
* added checkout_indexscott Chacon2007-11-161-0/+5
|
* added update-refscott Chacon2007-11-161-0/+6
|
* added some low level tree operations and testsscott Chacon2007-11-161-1/+71
|
* forgot gblobscott Chacon2007-11-151-1/+1
|
* only call rev-parse and cat-file for size and type when neededscott Chacon2007-11-151-4/+13
|
* 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