summaryrefslogtreecommitdiffstats
path: root/tests/units/test_log.rb
Commit message (Collapse)AuthorAgeFilesLines
* added grep and author searching to logsScott Chacon2008-05-271-0/+12
|
* fixed issue with running a 'git log' with an object that won't rev-parse (file)scott Chacon2007-11-271-1/+2
|
* 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-171-5/+2
|
* got clone and init to work - my first writing functionsscott Chacon2007-11-101-1/+1
|
* added branches, more log stuff, better tests, changed the log api a bitscott Chacon2007-11-091-4/+4
| | | | added tests for Git::Lib, started Git::Diff development
* got all the unit tests to run from either place, fixed some old functionalityscott Chacon2007-11-081-3/+3
|
* moved the git objects into the object.rb filescott Chacon2007-11-081-2/+27
|
* added log functionsscott Chacon2007-11-081-0/+26