summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branches 'master' and 'camping'scott Chacon2007-11-180-0/+0
|
* little docsscott Chacon2007-11-181-3/+1
|
* pretty much donescott Chacon2007-11-181-27/+151
|
* followed one path, but now I think I'm going to back outscott Chacon2007-11-181-8/+46
|
* just about done with the camping interfacescott Chacon2007-11-181-16/+176
|
* added a sample camping appscott Chacon2007-11-171-0/+172
|
* made it not change working directories when running git commands unless it ↵scott Chacon2007-11-173-27/+30
| | | | needs to
* significantly improved log performancescott Chacon2007-11-177-28/+28
|
* added a benchmarking filescott Chacon2007-11-161-0/+151
|
* updated the docsscott Chacon2007-11-1628-1141/+2109
|
* added checkout_indexscott Chacon2007-11-164-1/+38
|
* Merge branches 'master' and 'index'scott Chacon2007-11-160-0/+0
|
* added some examples to the READMEscott Chacon2007-11-161-0/+25
|
* added update-refscott Chacon2007-11-164-1/+23
|
* added some low level tree operations and testsscott Chacon2007-11-166-2/+209
|
* forgot gblobscott Chacon2007-11-152-15/+15
|
* only call rev-parse and cat-file for size and type when neededscott Chacon2007-11-152-22/+41
|
* added object content cachingscott Chacon2007-11-153-3/+6
|
* added unit tests for object predicatesscott Chacon2007-11-151-0/+4
|
* added tree? blob? commit? tag? predicates for git objectsscott Chacon2007-11-151-0/+16
|
* new bare testing reposcott Chacon2007-11-15226-17/+122
|
* added test for bare reposcott Chacon2007-11-153-7/+24
|
* added name-rev support for commit objectsscott Chacon2007-11-144-7/+13
|
* updated the unit test to look at some of the archive filesscott Chacon2007-11-141-1/+12
|
* changed a unit testscott Chacon2007-11-141-1/+1
|
* added 'archive' and testsscott Chacon2007-11-145-3/+94
|
* updated the TODO file with the stuff I'm working on nextscott Chacon2007-11-134-11/+55
|
* updated a bunch of the documentationscott Chacon2007-11-1331-1061/+2223
|
* updated the History for a releasescott Chacon2007-11-122-12/+8
|
* added the tree functions and testsscott Chacon2007-11-125-14/+84
|
* added a bunch of good stuff to the commit objectscott Chacon2007-11-129-30/+142
|
* updated the docs, added a version to the library, added a History filescott Chacon2007-11-128-8/+55
|
* added push, changed some docs, merged README and EXAMPLES, fixed the Rake ↵scott Chacon2007-11-1227-976/+1193
| | | | tasks to build a proper gem
* added documentation and a license filescott Chacon2007-11-11201-179/+12707
|
* adding my testing git directoryscott Chacon2007-11-11263-9/+711
|
* added taggingscott Chacon2007-11-119-19/+235
|
* added merging functionsscott Chacon2007-11-116-11/+168
|
* added branch and checkout functionalityscott Chacon2007-11-118-23/+137
|
* changed .commit to .gcommit for consistencyscott Chacon2007-11-113-5/+10
|
* added remove and resetscott Chacon2007-11-115-4/+154
|
* fixed a small environment bugscott Chacon2007-11-113-82/+5
|
* added the commit(), changed base.commit, base.tree, base.blob to gcommit, ↵scott Chacon2007-11-118-45/+98
| | | | gtree, gblob
* git add working, git status object workingscott Chacon2007-11-118-28/+247
|
* got clone and init to work - my first writing functionsscott Chacon2007-11-1010-43/+97
|
* few hours work - diff is donescott Chacon2007-11-1013-67/+394
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-0919-144/+521
| | | | added tests for Git::Lib, started Git::Diff development
* added some branching beginningsscott Chacon2007-11-088-24/+75
| | | | added tests for .size
* got all the unit tests to run from either place, fixed some old functionalityscott Chacon2007-11-085-8/+32
|
* moved the git objects into the object.rb filescott Chacon2007-11-0810-114/+263
|
* added log functionsscott Chacon2007-11-0810-4/+181
|