public
Fork of mojombo/grit
Description: Grit is a Ruby library for extracting information from a git repository in an object oriented manner.
Homepage: http://grit.rubyforge.org/
Clone URL: git://github.com/technoweenie/grit.git
grit / test
name age message
..
directory fixtures/ Fri Feb 29 20:58:02 -0800 2008 do not strip leading spaces from commit messages [mojombo]
file helper.rb Mon Feb 18 01:11:46 -0800 2008 Update tests to not use fixed absolute paths [wvl]
file profile.rb Sat Oct 13 14:56:53 -0700 2007 add lazy computation of tree contents [mojombo]
file suite.rb Wed Oct 10 09:05:03 -0700 2007 convert to Grit module, refactor to be more OO [mojombo]
file test_actor.rb Sun Oct 28 22:24:06 -0700 2007 add Actor#to_s as alias to Actor#name [defunkt]
file test_blob.rb Sun Jan 06 18:59:51 -0800 2008 add Commit#mime_type [mojombo]
file test_commit.rb Thu Feb 21 00:18:17 -0800 2008 fix diffs for mode only changes [mojombo]
file test_diff.rb Sun Feb 10 16:42:11 -0800 2008 fix bug in diff caused by new mode [mojombo]
file test_git.rb Wed Jan 30 21:47:10 -0800 2008 quote all git parameters [mojombo]
file test_head.rb Sat Oct 13 18:05:35 -0700 2007 implement Blob.data and Blob.size [mojombo]
file test_real.rb Wed Jan 30 21:47:10 -0800 2008 quote all git parameters [mojombo]
file test_reality.rb Tue Nov 20 17:27:42 -0800 2007 fix tests on other machines [tom]
file test_repo.rb Fri Feb 29 20:58:02 -0800 2008 do not strip leading spaces from commit messages [mojombo]
file test_tag.rb Sun Feb 10 18:49:09 -0800 2008 add tag support [mojombo]
file test_tree.rb Mon Feb 18 00:55:57 -0800 2008 compact Commit contents from Trees so that #/(p... [technoweenie]