summaryrefslogtreecommitdiffstats
path: root/lib/git/lib.rb
Commit message (Expand)AuthorAgeFilesLines
* changed logging to be far more efficient if you're accessing all the commit o...scott Chacon2007-11-191-5/+41
* made it not change working directories when running git commands unless it ne...scott Chacon2007-11-171-23/+26
* significantly improved log performancescott Chacon2007-11-171-1/+1
* updated the docsscott Chacon2007-11-161-6/+6
* added checkout_indexscott Chacon2007-11-161-0/+8
* added update-refscott Chacon2007-11-161-0/+5
* added some low level tree operations and testsscott Chacon2007-11-161-0/+26
* new bare testing reposcott Chacon2007-11-151-17/+2
* added test for bare reposcott Chacon2007-11-151-4/+19
* added name-rev support for commit objectsscott Chacon2007-11-141-1/+4
* added 'archive' and testsscott Chacon2007-11-141-1/+35
* 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 tas...scott Chacon2007-11-121-0/+4
* 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, gtr...scott Chacon2007-11-111-5/+16
* 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 some branching beginningsscott Chacon2007-11-081-2/+10
* 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