public
Description: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
Homepage:
Clone URL: git://github.com/schacon/ruby-git.git
Sat Oct 17 08:00:26 -0700 2009
commit  94f389bf5d9af4511597d035e69d1be9510b50c7
tree    cf0c709dbbc877076944a2cc74e2456ad9cbd7b3
parent  7250ad418aaa4e725786387e0f66654e75ac1a5d
ruby-git / TODO
100644 28 lines (14 sloc) 0.419 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
* more documentation
 
* git revert, rebase
 
* diff additions
  - annotate, blame
 
* submodule support
 
* repository admin
  - prune, fsck, pack-refs, count-objects, unpack-objects
 
* email/patch integration
  - request-pull(email_address), git-am, git-apply
  
  
* compatible with git 1.4
 
* More Error Examples
 
* More Git::Status methods
 
 
* Speed up through pure ruby
 
* Speed up through C bindings to libgit-thin