| Commit message (Expand) | Author | Age | Files | Lines |
* | have the pure ruby bindings working to some degree | scott Chacon | 2007-11-20 | 1 | -1/+21 |
* | added files from the gitrb project, which seems abandoned, but which is great... | scott Chacon | 2007-11-20 | 1 | -0/+15 |
* | changed logging to be far more efficient if you're accessing all the commit o... | scott Chacon | 2007-11-19 | 1 | -0/+3 |
* | made it not change working directories when running git commands unless it ne... | scott Chacon | 2007-11-17 | 1 | -2/+2 |
* | significantly improved log performance | scott Chacon | 2007-11-17 | 3 | -12/+6 |
* | added checkout_index | scott Chacon | 2007-11-16 | 1 | -0/+8 |
* | added update-ref | scott Chacon | 2007-11-16 | 1 | -1/+8 |
* | 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 | 225 | -0/+120 |
* | added test for bare repo | scott Chacon | 2007-11-15 | 1 | -1/+1 |
* | 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 | 2 | -8/+16 |
* | 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 | 260 | -3/+696 |
* | 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 | 3 | -12/+55 |
* | 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 | 4 | -10/+40 |
* | 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 | 5 | -15/+23 |
* | few hours work - diff is done | scott Chacon | 2007-11-10 | 5 | -7/+121 |
* | added branches, more log stuff, better tests, changed the log api a bit | scott Chacon | 2007-11-09 | 8 | -5/+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 | 3 | -7/+27 |
* | moved the git objects into the object.rb file | scott Chacon | 2007-11-08 | 3 | -65/+86 |
* | added log functions | scott Chacon | 2007-11-08 | 4 | -0/+89 |
* | added some testing files and got some real tests to run | scott Chacon | 2007-11-07 | 24 | -12/+481 |
* | started test framework | scott Chacon | 2007-11-07 | 3 | -0/+17 |