On Sun, 2006-10-22 at 22:27, Junio C Hamano wrote: > Sorry, but you are right and Linus is more right. How about > doing FRSX. > > diff --git a/pager.c b/pager.c > index 8bd33a1..4587fbb 100644 > --- a/pager.c > +++ b/pager.c > @@ -50,7 +50,7 @@ void setup_pager(void) > close(fd[0]); > close(fd[1]); > > - setenv("LESS", "FRS", 0); > + setenv("LESS", "FRSX", 0); > run_pager(pager); > die("unable to execute pager '%s'", pager); > exit(255); I'm a little confused by all this because I set the LESS environment variable by myself already. And I use the value that I like. Why change it or override the user's settings like this? Or did I miss something? Thanks, jdl - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html