| Commit message (Expand) | Author | Age | Files | Lines |
| * | added grep and author searching to logs | Scott Chacon | 2008-05-27 | 1 | -0/+12 |
| * | Add the possibility to read blob contents in chunks via IO#popen | Michael Siebert | 2008-05-12 | 2 | -0/+36 |
| * | added tree.depth and tree.full_tree | Scott Chacon | 2008-03-08 | 1 | -0/+5 |
| * | reverted the pure ruby code to system calls and split the pure ruby to a new ... | Scott Chacon | 2008-03-08 | 2 | -56/+3 |
| * | added patch from eric goodwin for stashes and unit tests for stashes | Scott Chacon | 2008-03-03 | 2 | -0/+85 |
| * | Merge branches 'master' and 'internals' | scott Chacon | 2007-11-27 | 4 | -2/+65 |
| |\ |
|
| | * | fixed issue with running a 'git log' with an object that won't rev-parse (file) | scott Chacon | 2007-11-27 | 2 | -4/+4 |
| | * | added Matthias and Simon to credits for the gitrb code | scott Chacon | 2007-11-27 | 3 | -7/+30 |
| | * | got log and cat-file moved to pure ruby | scott Chacon | 2007-11-23 | 1 | -18/+23 |
| | * | 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 |
| * | | added a test for the logger | scott Chacon | 2007-11-20 | 1 | -0/+38 |
| |/ |
|
| * | 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 | 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 |