Set unidiff as the default diff format for non-textbased browsers too.
Requested by: eivind, and some other people
This commit is contained in:
parent
b2b7eb1df6
commit
6b2537ebd8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8213
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
# 2000 A. MUSHA <knu@FreeBSD.org>
|
# 2000 A. MUSHA <knu@FreeBSD.org>
|
||||||
# based on work by Bill Fenner <fenner@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 $
|
# $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 $
|
# $Id: cvsweb.conf,v 1.7 2000-10-27 16:09:25 knu Exp $
|
||||||
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.5 2000/09/03 18:45:10 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
|
# u Unified diff
|
||||||
# c Context diff
|
# c Context diff
|
||||||
# s Side by side
|
# s Side by side
|
||||||
"f" => ($is_textbased ? "u" : "h"),
|
"f" => "u",
|
||||||
|
|
||||||
# hidecvsroot: Don't show the CVSROOT directory
|
# hidecvsroot: Don't show the CVSROOT directory
|
||||||
# 1 Hide CVSROOT directory
|
# 1 Hide CVSROOT directory
|
||||||
|
|
Loading…
Reference in a new issue