summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 3394996b921b24d65f5fb969c79f260f59b99682 (plain)
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
31
* more documentation

* logging (Git.open(:log => Logger.new))


* 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, cherry-pick
  
  
* 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