Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] dispatch-conf.conf: less-opts --quit-if-one-screen for bug 501886
Date: Tue, 10 Mar 2015 17:50:14
Message-Id: 20150310105008.34e04665.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] dispatch-conf.conf: less-opts --quit-if-one-screen for bug 501886 by Zac Medico
1 On Tue, 10 Mar 2015 09:25:18 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > From: Marc Schiffbauer <mschiff@g.o>
5 >
6 > Use --quit-if-one-screen instead of --QUIT-AT-EOF, so that less
7 > doesn't quit automatically when the user has scrolled to the bottom.
8 >
9 > X-Gentoo-Bug: 501886
10 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=501886
11 > Signed-off-by: Zac Medico <zmedico@g.o>
12 > ---
13 > cnf/dispatch-conf.conf | 2 +-
14 > 1 file changed, 1 insertion(+), 1 deletion(-)
15 >
16 > diff --git a/cnf/dispatch-conf.conf b/cnf/dispatch-conf.conf
17 > index 125b7cc..7efce8a 100644
18 > --- a/cnf/dispatch-conf.conf
19 > +++ b/cnf/dispatch-conf.conf
20 > @@ -31,7 +31,7 @@ diff="diff -Nu '%s' '%s'"
21 > pager=""
22 >
23 > # Default options used if less is the pager
24 > -less-opts="--no-init --QUIT-AT-EOF"
25 > +less-opts="--no-init --quit-if-one-screen"
26 >
27 > # Diff for interactive merges.
28 > # %s output file
29
30 Somehow this got left behind... LGTM
31
32 --
33 Brian Dolbec <dolsen>