=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.21 retrieving revision 4.24 diff -u -p -r4.21 -r4.24 --- cvsweb/Attic/cvsweb.conf 2019/11/29 16:27:34 4.21 +++ cvsweb/Attic/cvsweb.conf 2019/11/29 18:33:24 4.24 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.21 2019/11/29 16:27:34 schwarze Exp $ +# $Id: cvsweb.conf,v 4.24 2019/11/29 18:33:24 schwarze Exp $ # $doc: cvsweb.conf,v 1.38 2006/01/19 19:53:38 ceri # $knu: cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop # @@ -135,10 +135,6 @@ $shortLogLen = 80; # $show_author = 1; -# Cell padding for directory table. -# -$tablepadding = 2; - # Regular expressions for files and directories which should be hidden. # Each regexp is compared against a path relative to a CVS root, after # stripping the trailing ",v" if present. Matching files and directories @@ -172,11 +168,6 @@ $use_descriptions = 0; # $hr_breakable = 1; -# Print function names in diffs (unified and context only). -# See the -p option in the diff(1) man page. -# -$showfunc = 1; - # Ignore whitespace in human readable diffs? ('-w' option to diff) # $hr_ignwhite = 0; @@ -185,10 +176,6 @@ $hr_ignwhite = 0; # ('-kk' option to rcsdiff) # $hr_ignkeysubst = 1; - -# The width of the textinput of the "request diff" form. -# -$inputTextSize = 12; # Custom per MIME type diff tools, used for comparing binary files such as # spreadsheets, images etc. Each key is a MIME type in lowercase.