aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-09 21:21:25 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-12-09 21:21:25 +0100
commit9086b9e841bd64beed3003c9d5b3ec98525f2df7 (patch)
tree6644f6bf2680919b1880cc6028219e8cf825c95a /config_sample.rb
parent4096ec5f0c8b81a491fa188a09f25f848f71f076 (diff)
git support added (bzr was to slow)
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config_sample.rb b/config_sample.rb
index 4faf0f3..395ad97 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -18,7 +18,9 @@
############################################################################
# Choose your favorite version control system
-load "bzr.rb"
+# bzr and git is implemented
+# Warning: bzr is too slow!
+load "git.rb"
# Change this if the url is not determined correctly
SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"