summaryrefslogtreecommitdiffstats
path: root/tests/units
Commit message (Collapse)AuthorAgeFilesLines
* added grep and author searching to logsScott Chacon2008-05-271-0/+12
|
* Add the possibility to read blob contents in chunks via IO#popenMichael Siebert2008-05-122-0/+36
|
* added tree.depth and tree.full_treeScott Chacon2008-03-081-0/+5
|
* reverted the pure ruby code to system calls and split the pure ruby to a new ↵Scott Chacon2008-03-082-56/+3
| | | | library
* added patch from eric goodwin for stashes and unit tests for stashesScott Chacon2008-03-032-0/+85
|
* Merge branches 'master' and 'internals'scott Chacon2007-11-274-2/+65
|\
| * fixed issue with running a 'git log' with an object that won't rev-parse (file)scott Chacon2007-11-272-4/+4
| |
| * added Matthias and Simon to credits for the gitrb codescott Chacon2007-11-273-7/+30
| | | | | | | | | | fixed an issue with raw object tree formatting added ls_tree implementation in raw git
| * got log and cat-file moved to pure rubyscott Chacon2007-11-231-18/+23
| |
| * have the pure ruby bindings working to some degreescott Chacon2007-11-201-1/+21
| |
| * added files from the gitrb project, which seems abandoned, but which is ↵scott Chacon2007-11-201-0/+15
| | | | | | | | great code
* | added a test for the loggerscott Chacon2007-11-201-0/+38
|/
* changed logging to be far more efficient if you're accessing all the commit ↵scott Chacon2007-11-191-0/+3
| | | | objects
* made it not change working directories when running git commands unless it ↵scott Chacon2007-11-171-2/+2
| | | | needs to
* significantly improved log performancescott Chacon2007-11-173-12/+6
|
* added checkout_indexscott Chacon2007-11-161-0/+8
|
* added update-refscott Chacon2007-11-161-1/+8
|
* added some low level tree operations and testsscott Chacon2007-11-161-0/+106
|
* forgot gblobscott Chacon2007-11-151-14/+14
|
* added object content cachingscott Chacon2007-11-152-1/+2
|
* added unit tests for object predicatesscott Chacon2007-11-151-0/+4
|
* new bare testing reposcott Chacon2007-11-151-0/+41
|
* added name-rev support for commit objectsscott Chacon2007-11-141-0/+4
|
* 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-141-0/+44
|
* added the tree functions and testsscott Chacon2007-11-121-0/+7
|
* added a bunch of good stuff to the commit objectscott Chacon2007-11-122-0/+20
|
* added push, changed some docs, merged README and EXAMPLES, fixed the Rake ↵scott Chacon2007-11-121-0/+35
| | | | tasks to build a proper gem
* adding my testing git directoryscott Chacon2007-11-112-2/+31
|
* added taggingscott Chacon2007-11-112-0/+80
|
* added merging functionsscott Chacon2007-11-112-1/+107
|
* added branch and checkout functionalityscott Chacon2007-11-112-12/+42
|
* changed .commit to .gcommit for consistencyscott Chacon2007-11-111-1/+1
|
* added remove and resetscott Chacon2007-11-111-0/+106
|
* fixed a small environment bugscott Chacon2007-11-112-78/+1
|
* added the commit(), changed base.commit, base.tree, base.blob to gcommit, ↵scott Chacon2007-11-113-10/+39
| | | | gtree, gblob
* git add working, git status object workingscott Chacon2007-11-113-1/+55
|
* got clone and init to work - my first writing functionsscott Chacon2007-11-104-12/+20
|
* few hours work - diff is donescott Chacon2007-11-103-5/+119
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-095-4/+223
| | | | added tests for Git::Lib, started Git::Diff development
* added some branching beginningsscott Chacon2007-11-081-8/+18
| | | | added tests for .size
* got all the unit tests to run from either place, fixed some old functionalityscott Chacon2007-11-082-4/+15
|
* moved the git objects into the object.rb filescott Chacon2007-11-082-2/+85
|
* added log functionsscott Chacon2007-11-081-0/+26
|
* added some testing files and got some real tests to runscott Chacon2007-11-072-0/+64