| Commit message (Expand) | Author | Age | Files | Lines |
* | added some low level tree operations and tests | scott Chacon | 2007-11-16 | 1 | -0/+106 |
* | forgot gblob | scott Chacon | 2007-11-15 | 1 | -14/+14 |
* | added object content caching | scott Chacon | 2007-11-15 | 2 | -1/+2 |
* | added unit tests for object predicates | scott Chacon | 2007-11-15 | 1 | -0/+4 |
* | new bare testing repo | scott Chacon | 2007-11-15 | 1 | -0/+41 |
* | added name-rev support for commit objects | scott Chacon | 2007-11-14 | 1 | -0/+4 |
* | updated the unit test to look at some of the archive files | scott Chacon | 2007-11-14 | 1 | -1/+12 |
* | changed a unit test | scott Chacon | 2007-11-14 | 1 | -1/+1 |
* | added 'archive' and tests | scott Chacon | 2007-11-14 | 1 | -0/+44 |
* | added the tree functions and tests | scott Chacon | 2007-11-12 | 1 | -0/+7 |
* | added a bunch of good stuff to the commit object | scott Chacon | 2007-11-12 | 2 | -0/+20 |
* | added push, changed some docs, merged README and EXAMPLES, fixed the Rake tas... | scott Chacon | 2007-11-12 | 1 | -0/+35 |
* | adding my testing git directory | scott Chacon | 2007-11-11 | 2 | -2/+31 |
* | added tagging | scott Chacon | 2007-11-11 | 2 | -0/+80 |
* | added merging functions | scott Chacon | 2007-11-11 | 2 | -1/+107 |
* | added branch and checkout functionality | scott Chacon | 2007-11-11 | 2 | -12/+42 |
* | changed .commit to .gcommit for consistency | scott Chacon | 2007-11-11 | 1 | -1/+1 |
* | added remove and reset | scott Chacon | 2007-11-11 | 1 | -0/+106 |
* | fixed a small environment bug | scott Chacon | 2007-11-11 | 2 | -78/+1 |
* | added the commit(), changed base.commit, base.tree, base.blob to gcommit, gtr... | scott Chacon | 2007-11-11 | 3 | -10/+39 |
* | git add working, git status object working | scott Chacon | 2007-11-11 | 3 | -1/+55 |
* | got clone and init to work - my first writing functions | scott Chacon | 2007-11-10 | 4 | -12/+20 |
* | few hours work - diff is done | scott Chacon | 2007-11-10 | 3 | -5/+119 |
* | added branches, more log stuff, better tests, changed the log api a bit | scott Chacon | 2007-11-09 | 5 | -4/+223 |
* | added some branching beginnings | scott Chacon | 2007-11-08 | 1 | -8/+18 |
* | got all the unit tests to run from either place, fixed some old functionality | scott Chacon | 2007-11-08 | 2 | -4/+15 |
* | moved the git objects into the object.rb file | scott Chacon | 2007-11-08 | 2 | -2/+85 |
* | added log functions | scott Chacon | 2007-11-08 | 1 | -0/+26 |
* | added some testing files and got some real tests to run | scott Chacon | 2007-11-07 | 2 | -0/+64 |