public
Rubygem
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/github/grit.git
up to 0.8.0 and add gemspec
mojombo (author)
Thu Apr 24 12:19:23 -0700 2008
commit  3c1e3d79440e61fac88ce9bde84e5c6b6cbdade2
tree    d325c081db5fa26f8200f064ae840323694b9dce
parent  2d3acf90f35989df8f262dc50beadc4ee3ae1560
...
1
2
 
3
4
...
1
 
2
3
4
0
@@ -1,4 +1,4 @@
0
 coverage
0
-pkg
0
+pkg/*.tgz
0
 doc
0
 test/specifics.rb
...
6
7
8
 
9
10
11
12
13
14
 
15
16
17
18
 
 
 
 
 
 
19
20
 
21
22
 
23
 
24
25
 
 
26
27
28
29
30
31
 
 
32
33
34
35
 
36
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
0
@@ -6,31 +6,47 @@ lib/grit.rb
0
 lib/grit/actor.rb
0
 lib/grit/blob.rb
0
 lib/grit/commit.rb
0
+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/repo.rb
0
+lib/grit/tag.rb
0
 lib/grit/tree.rb
0
 test/fixtures/blame
0
 test/fixtures/cat_file_blob
0
 test/fixtures/cat_file_blob_size
0
+test/fixtures/diff_2
0
+test/fixtures/diff_2f
0
+test/fixtures/diff_f
0
+test/fixtures/diff_i
0
+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_tags
0
 test/fixtures/ls_tree_a
0
 test/fixtures/ls_tree_b
0
+test/fixtures/ls_tree_commit
0
 test/fixtures/rev_list
0
+test/fixtures/rev_list_count
0
 test/fixtures/rev_list_single
0
 test/fixtures/rev_parse
0
+test/fixtures/show_empty_commit
0
+test/fixtures/simple_config
0
 test/helper.rb
0
 test/profile.rb
0
 test/suite.rb
0
 test/test_actor.rb
0
 test/test_blob.rb
0
 test/test_commit.rb
0
+test/test_config.rb
0
+test/test_diff.rb
0
 test/test_git.rb
0
 test/test_head.rb
0
 test/test_reality.rb
0
 test/test_repo.rb
0
+test/test_tag.rb
0
 test/test_tree.rb
...
33
34
35
36
 
37
...
33
34
35
 
36
37
0
@@ -33,5 +33,5 @@ module Grit
0
   
0
   self.debug = false
0
   
0
- VERSION = '0.7.0'
0
+ VERSION = '0.8.0'
0
 end

Comments

    No one has commented yet.