From 2cee414891f2c47c3ee9b7751149f1e0317d9deb Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 17:03:00 -0800 Subject: need to add a grep function note --- camping/gitweb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/camping/gitweb.rb b/camping/gitweb.rb index 4b6ffd4..bf8cf24 100644 --- a/camping/gitweb.rb +++ b/camping/gitweb.rb @@ -12,6 +12,7 @@ require 'lib/git' # # todo # - diff/patch between any two objects +# - grep / search function # - prettify : http://projects.wh.techno-weenie.net/changesets/3030 # - add user model (add/remove repos) # - implement http-push for authenticated users -- cgit