public
Rubygem
Fork of mojombo/grit
Description: Grit is a Ruby library for extracting information from a git repository in an object oriented manner - this fork tries to intergrate as much pure-ruby functionality as possible
Homepage: http://grit.rubyforge.org/
Clone URL: git://github.com/schacon/grit.git
Updated manifest.txt to include new ref & remote classes
dysinger (author)
Thu Apr 24 13:39:40 -0700 2008
commit  3bf0dc0bb64f5abd00300c7a07cbedcb75f65f1a
tree    3986df3560b347ff62c8b8fcbbf38c34f7084b4f
parent  a1b2498e1161b1eb831fd2519bca054f88030502
...
11
12
13
14
15
 
16
17
18
19
20
...
27
28
29
 
30
31
32
...
11
12
13
 
14
15
16
 
17
18
19
...
26
27
28
29
30
31
32
0
@@ -11,10 +11,9 @@ lib/grit/config.rb
0
 lib/grit/diff.rb
0
 lib/grit/errors.rb
0
 lib/grit/git.rb
0
-lib/grit/head.rb
0
 lib/grit/lazy.rb
0
+lib/grit/ref.rb
0
 lib/grit/repo.rb
0
-lib/grit/tag.rb
0
 lib/grit/tree.rb
0
 test/fixtures/blame
0
 test/fixtures/cat_file_blob
0
@@ -27,6 +26,7 @@ test/fixtures/diff_mode_only
0
 test/fixtures/diff_new_mode
0
 test/fixtures/diff_p
0
 test/fixtures/for_each_ref
0
+test/fixtures/for_each_ref_remotes
0
 test/fixtures/for_each_ref_tags
0
 test/fixtures/ls_tree_a
0
 test/fixtures/ls_tree_b

Comments

    No one has commented yet.