lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 7fd0c4e: Prevent git pager from spilling outp


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7fd0c4e: Prevent git pager from spilling output to terminal
Date: Mon, 1 Apr 2019 07:09:59 -0400 (EDT)

branch: master
commit 7fd0c4ec6586e99638a51b22762bd48ffb557c10
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Prevent git pager from spilling output to terminal
---
 README.schroot | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.schroot b/README.schroot
index 744caa2..1be65b5 100644
--- a/README.schroot
+++ b/README.schroot
@@ -260,6 +260,7 @@ vim -c ':mkspell! ~/.vim/spell/en.utf-8.add' -c ':q'
 git config --global user.name "Gregory W. Chicares"
 git config --global user.email address@hidden
 git config --global color.ui auto
+git config --global core.pager "less -+F -+X"
 git config --global pull.ff only
 git config --global push.default simple
 git config --global log.date iso8601-strict-local



reply via email to

[Prev in Thread] Current Thread [Next in Thread]