summaryrefslogtreecommitdiffstats
path: root/camping
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:34:00 -0800
committerscott Chacon <schacon@agadorsparticus.(none)>2007-11-19 07:34:00 -0800
commitc7abfc156933fff21e765aeec1d9b94e1c9f9f7f (patch)
tree434639293874c6e67d53f5a698e1561bb57c46d8 /camping
parent6d634d7d1d59aa59a59f6c1947312c9ffd9f579a (diff)
downloadthird_party-ruby-git-c7abfc156933fff21e765aeec1d9b94e1c9f9f7f.tar.gz
third_party-ruby-git-c7abfc156933fff21e765aeec1d9b94e1c9f9f7f.tar.xz
third_party-ruby-git-c7abfc156933fff21e765aeec1d9b94e1c9f9f7f.zip
added a tiny bit of docs to the gitweb.rb script
Diffstat (limited to 'camping')
-rw-r--r--camping/gitweb.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/camping/gitweb.rb b/camping/gitweb.rb
index 37b0262..eb9417c 100644
--- a/camping/gitweb.rb
+++ b/camping/gitweb.rb
@@ -3,6 +3,10 @@ require 'camping'
require 'git'
#
+# gitweb is a web frontend on git
+# there is no user auth, so don't run this anywhere that anyone can use it
+# it's read only, but anyone can remove or add references to your repos
+#
# install dependencies
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net
#