From bc60052b519b8b991e50b8ccb30f2b76ad125996 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Fri, 16 Nov 2007 13:24:30 -0800 Subject: updated the docs --- History.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'History.txt') diff --git a/History.txt b/History.txt index 83361b5..b7b7bc3 100644 --- a/History.txt +++ b/History.txt @@ -1,8 +1,16 @@ -== 1.0.1 +== 1.0.3 -* Initial version +* 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 + -- cgit