Commit 3bf0dc0bb64f5abd00300c7a07cbedcb75f65f1a
- Date: Fri Apr 25 22:25:49 +0000 2008
- Committer: Tim Dysinger (tim@dysinger.net)
- Author: Tim Dysinger (tim@dysinger.net)
- Commit SHA1: 3bf0dc0bb64f5abd00300c7a07cbedcb75f65f1a
- Tree SHA1: 3986df3560b347ff62c8b8fcbbf38c34f7084b4f
Updated manifest.txt to include new ref & remote classes
Commit diff
| |   |
| 11 | 11 | lib/grit/diff.rb |
| 12 | 12 | lib/grit/errors.rb |
| 13 | 13 | lib/grit/git.rb |
| 14 | | lib/grit/head.rb |
| 15 | 14 | lib/grit/lazy.rb |
| 15 | lib/grit/ref.rb |
| 16 | 16 | lib/grit/repo.rb |
| 17 | | lib/grit/tag.rb |
| 18 | 17 | lib/grit/tree.rb |
| 19 | 18 | test/fixtures/blame |
| 20 | 19 | test/fixtures/cat_file_blob |
| … | … | |
| 26 | 26 | test/fixtures/diff_new_mode |
| 27 | 27 | test/fixtures/diff_p |
| 28 | 28 | test/fixtures/for_each_ref |
| 29 | test/fixtures/for_each_ref_remotes |
| 29 | 30 | test/fixtures/for_each_ref_tags |
| 30 | 31 | test/fixtures/ls_tree_a |
| 31 | 32 | test/fixtures/ls_tree_b |
| toggle raw diff |
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -11,10 +11,9 @@ lib/grit/config.rb
lib/grit/diff.rb
lib/grit/errors.rb
lib/grit/git.rb
-lib/grit/head.rb
lib/grit/lazy.rb
+lib/grit/ref.rb
lib/grit/repo.rb
-lib/grit/tag.rb
lib/grit/tree.rb
test/fixtures/blame
test/fixtures/cat_file_blob
@@ -27,6 +26,7 @@ test/fixtures/diff_mode_only
test/fixtures/diff_new_mode
test/fixtures/diff_p
test/fixtures/for_each_ref
+test/fixtures/for_each_ref_remotes
test/fixtures/for_each_ref_tags
test/fixtures/ls_tree_a
test/fixtures/ls_tree_b |