summaryrefslogtreecommitdiffstats
path: root/lib/git
Commit message (Expand)AuthorAgeFilesLines
* added documentation and a license filescott Chacon2007-11-112-2/+6
* adding my testing git directoryscott Chacon2007-11-112-1/+14
* added taggingscott Chacon2007-11-115-10/+137
* added merging functionsscott Chacon2007-11-113-3/+53
* added branch and checkout functionalityscott Chacon2007-11-114-4/+64
* changed .commit to .gcommit for consistencyscott Chacon2007-11-111-2/+7
* added remove and resetscott Chacon2007-11-113-0/+35
* fixed a small environment bugscott Chacon2007-11-111-4/+4
* added the commit(), changed base.commit, base.tree, base.blob to gcommit, gtr...scott Chacon2007-11-113-14/+45
* git add working, git status object workingscott Chacon2007-11-113-24/+188
* got clone and init to work - my first writing functionsscott Chacon2007-11-103-17/+65
* few hours work - diff is donescott Chacon2007-11-106-37/+238
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-098-11/+178
* added some branching beginningsscott Chacon2007-11-085-4/+48
* got all the unit tests to run from either place, fixed some old functionalityscott Chacon2007-11-082-1/+5
* moved the git objects into the object.rb filescott Chacon2007-11-085-26/+160
* added log functionsscott Chacon2007-11-085-0/+86
* got the first round workingscott Chacon2007-11-075-0/+95