koke / ruby-git forked from schacon/ruby-git

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.

This URL has Read+Write access

ruby-git / TODO
100644 30 lines (14 sloc) 0.432 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
29
30
* more documentation
 
 
* git revert, stash, rebase
 
* diff additions
  - annotate, blame
 
 
* submodule support
 
* repository admin
  - prune, fsck, pack-refs, gc, 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