From ac36db81f015b65f36fbff80907abda4c3e6d514 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 9 Aug 2007 03:15:05 +0100 Subject: [PATCH] LESS=-FSRX is needed in /etc/profile for the moment For some strange reason, the code in pager.c is not sufficient. But now you can set diff.core = auto... Signed-off-by: Johannes Schindelin --- TODO | 2 ++ etc/profile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/TODO b/TODO index 49ad5124..a42b5656 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,8 @@ that implements it. - put the Git icon from henrik.nyh.se/2007/06/alternative-git-logo-and-favicon into the installers +- find out why the default setting of "LESS" to "-FRSX" does not work + - feed the changes in 4msysgit.git to mingw.git or directly to git.git. This is a bit involved, as it means repackaging the whole diff between our master and Junio's master. We might get away with rebasing step by step, i.e. diff --git a/etc/profile b/etc/profile index 01ba499a..755ad4d8 100644 --- a/etc/profile +++ b/etc/profile @@ -94,3 +94,5 @@ EOF } . /git/contrib/completion/git-completion.bash + +export LESS=-FRSX -- 2.11.4.GIT