We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d634d7 commit c7abfc1Copy full SHA for c7abfc1
camping/gitweb.rb
@@ -2,6 +2,10 @@
2
require 'camping'
3
require 'git'
4
5
+#
6
+# gitweb is a web frontend on git
7
+# there is no user auth, so don't run this anywhere that anyone can use it
8
+# it's read only, but anyone can remove or add references to your repos
9
#
10
# install dependencies
11
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net
0 commit comments