]> git.pld-linux.org Git - packages/git-core.git/commitdiff
This commit was manufactured by cvs2git to create branch 'unlabeled-1.97.2'.
authorcvs2git <feedback@pld-linux.org>
Wed, 21 Nov 2007 20:25:31 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2007-11-21 20:25:31 UTC Adam Gołębiowski <adamg@pld-linux.org> '- daemon-inetd / daemon-standalone subpackages'
Delete:
    git-core-gitweb-httpd.conf
    git-core-gitweb.conf

git-core-gitweb-httpd.conf [deleted file]
git-core-gitweb.conf [deleted file]

diff --git a/git-core-gitweb-httpd.conf b/git-core-gitweb-httpd.conf
deleted file mode 100644 (file)
index 7a14945..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<Directory /usr/share/gitweb>
-       AllowOverride None
-       Allow from All
-</Directory>
-
-# Version 1 (default): under /cgi-bin/gitweb.cgi address
-ScriptAlias /cgi-bin/gitweb.cgi /usr/lib/cgi-bin/gitweb.cgi
-Alias /gitweb/ /usr/share/gitweb/
-<Location /cgi-bin/gitweb.cgi>
-       Allow from All
-</Location>
-
-# Version 2: gitweb as a handler to whole vhost:
-#<VirtualHost *:80>
-#      ServerName gitweb
-#
-#      Alias /gitweb/ /usr/share/gitweb/
-#      DocumentRoot /usr/lib/cgi-bin/gitweb.cgi
-#      <Location />
-#              Options ExecCGI
-#              Allow from All
-#      </Location>
-#</VirtualHost>
diff --git a/git-core-gitweb.conf b/git-core-gitweb.conf
deleted file mode 100644 (file)
index 7e5be9a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# 
-# this file is a fragment of a PERL code
-# you can set variables using  "our $variable = value;"
-# comments start with "#"
-# 
-# for more info, refer to README and INSTALL files installed
-# in /usr/share/doc/git-core-gitweb*
-#
-
-#
-# to enable blame, pickaxe search and snapshot support, while allowing
-# individual projects to turn them off, uncomment the following
-# 
-
-# $feature{'blame'}{'default'} = [1];
-# $feature{'blame'}{'override'} = 1;
-
-# $feature{'pickaxe'}{'default'} = [1];
-# $feature{'pickaxe'}{'override'} = 1;
-
-# $feature{'snapshot'}{'default'} = ['x-gzip', 'gz', 'gzip'];
-# $feature{'snapshot'}{'override'} = 1;
-
-# vim: set ft=perl
This page took 0.034714 seconds and 4 git commands to generate.