[BACK]Return to cvsweb.conf CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/Attic/cvsweb.conf between version 3.3 and 3.4

version 3.3, 2000/07/20 11:14:03 version 3.4, 2000/07/27 16:16:41
Line 99  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi";
Line 99  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi";
   
       # hidenonreadable: Don't show entries which cannot be read        # hidenonreadable: Don't show entries which cannot be read
       #   1      Hide non-readable entries        #   1      Hide non-readable entries
       #   0      Show non-readble entries        #   0      Show non-readable entries
       "hidenonreadable" => "1",        "hidenonreadable" => "1",
 );  );
   
Line 260  $use_descriptions = 0;
Line 260  $use_descriptions = 0;
 # exceed the width of the browser  # exceed the width of the browser
 $hr_breakable = 1;  $hr_breakable = 1;
   
 # give out function names in human readable diffs  # give out function names in diffs
 # this just makes sense if we have C-files, otherwise  # this just makes sense if we have C-files, otherwise
 # diff's heuristic doesn't work well ..  # diff's heuristic doesn't work well ..
 # ( '-p' option to diff)  # ( '-p' option to diff)
 $hr_funout = 1;  $showfunc = 1;
   
 # For each pair of regexps, files that match the first regexp will be diff'ed  # For each pair of regexps, files that match the first regexp will be diff'ed
 # with an '-F' option with the second regexp.  # with an '-F' option with the second regexp.
 %functionlineregexp = (  %funcline_regexp = (
                        "\\.(4th|fr)\$" => "\\(^\\| \\|\t\\): ",                      "\\.(4th|fr)\$" => "\\(^\\| \\|\t\\): ",
                       );                     );
   
 # ignore whitespaces for human readable diffs  # ignore whitespaces for human readable diffs
 # (indendation and stuff ..)  # (indendation and stuff ..)

Legend:
Removed from v.3.3  
changed lines
  Added in v.3.4

CVSweb