summaryrefslogtreecommitdiffstats
path: root/README
blob: 5e8046622f73427cca846e800cbfe80867b43290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== Git Library for Ruby

= What it is

Library for using Git in Ruby.

= Roadmap

Right now I'm forking calls to the 'git' binary, 
but eventually I'll replace that with either C bindings
to libgit or libgit-thin, or I'll write pure ruby
handlers for at least some of the Git stuff.

See EXAMPLES file for, well, examples.