Set unidiff as the default diff format for non-textbased browsers too.

Requested by:	eivind, and some other people
This commit is contained in:
Akinori MUSHA 2000-10-27 16:09:25 +00:00
parent b2b7eb1df6
commit 6b2537ebd8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8213

View file

@ -7,8 +7,8 @@
# 2000 A. MUSHA <knu@FreeBSD.org>
# based on work by Bill Fenner <fenner@FreeBSD.org>
# $zId: cvsweb.conf,v 1.27 2000/07/27 10:16:39 kcoar Exp $
# $Id: cvsweb.conf,v 1.6 2000-09-23 20:37:58 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.5 2000/09/03 18:45:10 knu Exp $
# $Id: cvsweb.conf,v 1.7 2000-10-27 16:09:25 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.6 2000/09/23 20:37:58 knu Exp $
#
###
@ -88,7 +88,7 @@ $cvstreedefault = 'freebsd';
# u Unified diff
# c Context diff
# s Side by side
"f" => ($is_textbased ? "u" : "h"),
"f" => "u",
# hidecvsroot: Don't show the CVSROOT directory
# 1 Hide CVSROOT directory