changed logging to be far more efficient if you're accessing all the commit objects
[rubygit.git] / History.txt
blobb7b7bc392a0eb466bc40745e1c8c581e947729b8
1 == 1.0.3
3 * Sped up most of the operations
4 * Added some predicate functions (commit?, tree?, etc)
5 * Added a number of lower level operations (read-tree, write-tree, checkout-index, etc)
6 * Fixed a bug with using bare repositories
7 * Updated a good amount of the documentation
9 == 1.0.2
11 * Added methods to the git objects that might be helpful
13 == 1.0.1
15 * Initial version