public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] dispatch-conf.conf: less-opts --quit-if-one-screen for bug 501886
@ 2015-03-10 16:25 Zac Medico
  2015-03-10 17:50 ` Brian Dolbec
  0 siblings, 1 reply; 2+ messages in thread
From: Zac Medico @ 2015-03-10 16:25 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Marc Schiffbauer, Zac Medico

From: Marc Schiffbauer <mschiff@gentoo.org>

Use --quit-if-one-screen instead of --QUIT-AT-EOF, so that less doesn't
quit automatically when the user has scrolled to the bottom.

X-Gentoo-Bug: 501886
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=501886
Signed-off-by: Zac Medico <zmedico@gentoo.org>
---
 cnf/dispatch-conf.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cnf/dispatch-conf.conf b/cnf/dispatch-conf.conf
index 125b7cc..7efce8a 100644
--- a/cnf/dispatch-conf.conf
+++ b/cnf/dispatch-conf.conf
@@ -31,7 +31,7 @@ diff="diff -Nu '%s' '%s'"
 pager=""
 
 # Default options used if less is the pager
-less-opts="--no-init --QUIT-AT-EOF"
+less-opts="--no-init --quit-if-one-screen"
 
 # Diff for interactive merges.
 # %s output file
-- 
2.3.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-portage-dev] [PATCH] dispatch-conf.conf: less-opts --quit-if-one-screen for bug 501886
  2015-03-10 16:25 [gentoo-portage-dev] [PATCH] dispatch-conf.conf: less-opts --quit-if-one-screen for bug 501886 Zac Medico
@ 2015-03-10 17:50 ` Brian Dolbec
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2015-03-10 17:50 UTC (permalink / raw
  To: gentoo-portage-dev

On Tue, 10 Mar 2015 09:25:18 -0700
Zac Medico <zmedico@gentoo.org> wrote:

> From: Marc Schiffbauer <mschiff@gentoo.org>
> 
> Use --quit-if-one-screen instead of --QUIT-AT-EOF, so that less
> doesn't quit automatically when the user has scrolled to the bottom.
> 
> X-Gentoo-Bug: 501886
> X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=501886
> Signed-off-by: Zac Medico <zmedico@gentoo.org>
> ---
>  cnf/dispatch-conf.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cnf/dispatch-conf.conf b/cnf/dispatch-conf.conf
> index 125b7cc..7efce8a 100644
> --- a/cnf/dispatch-conf.conf
> +++ b/cnf/dispatch-conf.conf
> @@ -31,7 +31,7 @@ diff="diff -Nu '%s' '%s'"
>  pager=""
>  
>  # Default options used if less is the pager
> -less-opts="--no-init --QUIT-AT-EOF"
> +less-opts="--no-init --quit-if-one-screen"
>  
>  # Diff for interactive merges.
>  # %s output file

Somehow this got left behind...  LGTM

-- 
Brian Dolbec <dolsen>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-10 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 16:25 [gentoo-portage-dev] [PATCH] dispatch-conf.conf: less-opts --quit-if-one-screen for bug 501886 Zac Medico
2015-03-10 17:50 ` Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox