From 7dc56e180632790d04a3c2dfd526e8bced746c94 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 14:32:53 -0800 Subject: added some TODO notes, the History.txt entry i forgot and a way to attach a custom logger to Git --- camping/gitweb.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'camping') diff --git a/camping/gitweb.rb b/camping/gitweb.rb index bae922a..4b6ffd4 100644 --- a/camping/gitweb.rb +++ b/camping/gitweb.rb @@ -12,6 +12,9 @@ require 'lib/git' # # todo # - diff/patch between any two objects +# - prettify : http://projects.wh.techno-weenie.net/changesets/3030 +# - add user model (add/remove repos) +# - implement http-push for authenticated users # # author : scott chacon # -- cgit