From 3be910392f1186cacf0796e952fb5dae38b10f57 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 28 Sep 2011 11:41:44 -0700 Subject: dispatch-conf: support PAGER var for bug #384663 --- cnf/dispatch-conf.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'cnf') diff --git a/cnf/dispatch-conf.conf b/cnf/dispatch-conf.conf index b51b61ae1..c4ab33f99 100644 --- a/cnf/dispatch-conf.conf +++ b/cnf/dispatch-conf.conf @@ -22,7 +22,15 @@ use-rcs=no # %s new file # If using colordiff instead of diff, the less -R option may be required # for correct display. -diff="diff -Nu '%s' '%s' | less --no-init --QUIT-AT-EOF" +diff="diff -Nu '%s' '%s'" + +# Set the pager for use with diff commands (this will +# cause the PAGER environment variable to be ignored). +# Setting pager="cat" will disable pager usage. +pager="" + +# Default options used if less is the pager +less-opts="--no-init --QUIT-AT-EOF" # Diff for interactive merges. # %s output file -- cgit v1.2.3-1-g7c22