From 9086b9e841bd64beed3003c9d5b3ec98525f2df7 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 9 Dec 2009 21:21:25 +0100 Subject: git support added (bzr was to slow) --- config_sample.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config_sample.rb') 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(/[^\/]*$/,"")}" -- cgit v1.2.3