summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 0a6388388d089bd3bbfea5bc01982acb43ca9281 (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
32
33
34
35
* more documentation


* object.name (git name-rev)

* git archive

* git revert, stash, rebase

* more low level index actions
  - (with_index), checkout-index, read-tree, write-tree, update-ref

* submodule support

* diff additions
  - annotate, blame

* 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