summaryrefslogtreecommitdiffstats
path: root/camping
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-19 14:32:53 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-19 14:32:53 -0800
commit7dc56e180632790d04a3c2dfd526e8bced746c94 (patch)
tree6e5fc39a769635ade48bda42b3d934252178d655 /camping
parentc478613ee08ead9319262e325cd02040a8adac22 (diff)
downloadthird_party-ruby-git-7dc56e180632790d04a3c2dfd526e8bced746c94.tar.gz
third_party-ruby-git-7dc56e180632790d04a3c2dfd526e8bced746c94.tar.xz
third_party-ruby-git-7dc56e180632790d04a3c2dfd526e8bced746c94.zip
added some TODO notes, the History.txt entry i forgot and a way to attach a custom logger to Git
Diffstat (limited to 'camping')
-rw-r--r--camping/gitweb.rb3
1 files changed, 3 insertions, 0 deletions
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
#