everything but the archive and diff functions are now in pure ruby in the camping app
[rubygit.git] / History.txt
blob41779564b691114ad182fb4b24ddb8c3d0e46dc7
1 == 1.0.4
3 * added camping/gitweb.rb frontend
4 * added a number of speed-ups
6 == 1.0.3
8 * Sped up most of the operations
9 * Added some predicate functions (commit?, tree?, etc)
10 * Added a number of lower level operations (read-tree, write-tree, checkout-index, etc)
11 * Fixed a bug with using bare repositories
12 * Updated a good amount of the documentation
14 == 1.0.2
16 * Added methods to the git objects that might be helpful
18 == 1.0.1
20 * Initial version