From 13f7daaf27656fefe4c266e9b53a53010caf4177 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Tue, 20 Nov 2007 08:54:45 -0800 Subject: i now have the gitweb view page running off only 2 git calls --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 816e955..e71ec68 100644 --- a/README +++ b/README @@ -59,8 +59,7 @@ First you have to remember to require rubygems if it's not. Then include the 'g Here are the operations that need read permission only. - g = Git.open (working_dir = '.') - (git_dir, index_file) + g = Git.open (working_dir, :log => Logger.new(STDOUT)) g.index g.index.readable? -- cgit