public
Rubygem
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: http://jointheconversation.org/rubygit/
Clone URL: git://github.com/schacon/ruby-git.git
ruby-git / History.txt
100644 22 lines (13 sloc) 0.448 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
== 1.0.4
 
* added camping/gitweb.rb frontend
* added a number of speed-ups
 
== 1.0.3
 
* Sped up most of the operations
* Added some predicate functions (commit?, tree?, etc)
* Added a number of lower level operations (read-tree, write-tree, checkout-index, etc)
* Fixed a bug with using bare repositories
* Updated a good amount of the documentation
 
== 1.0.2
 
* Added methods to the git objects that might be helpful
 
== 1.0.1
 
* Initial version