grit/test/fixtures
Scott Chacon 27c0e8af27 updated git-ruby so it doesnt call rev_list natively with no options 2008-06-26 11:23:57 -07:00
..
blame implement Blob.blame 2007-10-20 02:02:48 -07:00
cat_file_blob implement Blob.data and Blob.size 2007-10-13 18:05:35 -07:00
cat_file_blob_ruby added a pure-ruby git library and converted the cat_file commands to use it 2008-05-29 10:31:16 -07:00
cat_file_blob_size implement Blob.data and Blob.size 2007-10-13 18:05:35 -07:00
cat_file_commit_ruby added a pure-ruby git library and converted the cat_file commands to use it 2008-05-29 10:31:16 -07:00
cat_file_tree_ruby added a pure-ruby git library and converted the cat_file commands to use it 2008-05-29 10:31:16 -07:00
commit added some simple write ops : add, remove, commit 2008-05-29 11:33:09 -07:00
diff_2 allow Grit::Commit.diff to specify an optional array of paths 2008-02-10 22:51:18 -08:00
diff_2f allow Grit::Commit.diff to specify an optional array of paths 2008-02-10 22:51:18 -08:00
diff_f allow Grit::Commit.diff to specify an optional array of paths 2008-02-10 22:51:18 -08:00
diff_files added some simple write ops : add, remove, commit 2008-05-29 11:33:09 -07:00
diff_i display the first commit of a repo without dying 2008-01-19 14:15:48 -08:00
diff_index added some simple write ops : add, remove, commit 2008-05-29 11:33:09 -07:00
diff_mode_only fix diffs for mode only changes 2008-02-21 00:18:17 -08:00
diff_new_mode don't crash when diffing and last pair only contains file mode changes 2008-03-07 01:03:06 +02:00
diff_p implement commit diff 2007-10-29 00:18:50 -07:00
for_each_ref support for heads with slashes in them 2008-03-29 20:31:23 -07:00
for_each_ref_remotes added refs super class for tag & head + added remote subclass 2008-04-25 12:25:49 -10:00
for_each_ref_tags add tag support 2008-02-10 18:49:09 -08:00
log fixed deep path ls-tree 2008-06-19 16:10:52 -07:00
ls_files added some simple write ops : add, remove, commit 2008-05-29 11:33:09 -07:00
ls_tree_a add lazy computation of tree contents 2007-10-13 14:56:53 -07:00
ls_tree_b add Blob 2007-10-13 16:10:05 -07:00
ls_tree_commit compact Commit contents from Trees so that #/(path_to_commit) doesn't raise a NoMethodError on NilClass#name. 2008-02-18 00:55:57 -08:00
ls_tree_paths_ruby added pure ruby ls-tree support, too 2008-05-29 10:31:18 -07:00
ls_tree_paths_ruby_deep fixed deep path ls-tree 2008-06-19 16:10:52 -07:00
ls_tree_subdir added rev-list back into the git-ruby overrides 2008-06-20 16:19:10 -07:00
rev_list do not strip leading spaces from commit messages 2008-02-29 20:58:02 -08:00
rev_list_all added rev-list back into the git-ruby overrides 2008-06-20 16:19:10 -07:00
rev_list_count add Repo#commit_count 2008-02-09 16:12:56 -08:00
rev_list_lines added rev-list back into the git-ruby overrides 2008-06-20 16:19:10 -07:00
rev_list_range updated rev-list to accept a range, too 2008-06-20 21:03:47 -07:00
rev_list_since added rev-list back into the git-ruby overrides 2008-06-20 16:19:10 -07:00
rev_list_single implement Blob.data and Blob.size 2007-10-13 18:05:35 -07:00
rev_parse abbreviated sha1 and archiving 2007-12-28 18:54:22 -06:00
ruby_diff updated git-ruby so it doesnt call rev_list natively with no options 2008-06-26 11:23:57 -07:00
ruby_diff_full_index updated git-ruby so it doesnt call rev_list natively with no options 2008-06-26 11:23:57 -07:00
ruby_for_each_ref updated git-ruby so it doesnt call rev_list natively with no options 2008-06-26 11:23:57 -07:00
show_empty_commit deal with empty initial commit 2008-02-09 17:59:29 -08:00
simple_config Add support for accessing repository configuration values 2008-03-07 13:22:10 +13:00