From 303ffc868266400a518602d2e9e9285361029cb2 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 07:14:20 -0800 Subject: changed logging to be far more efficient if you're accessing all the commit objects --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index a0fa7ba..dc8cde5 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,7 @@ * more documentation +* logging (Git.open(:log => Logger.new)) -* more low level index actions - - (with_index), checkout-index, read-tree, write-tree, update-ref * git revert, stash, rebase -- cgit