1
0
mirror of https://github.com/git/git.git synced 2024-09-28 16:13:01 +02:00

pager: default to LESS=FRSX not LESS=FRS

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-10-22 20:28:10 -07:00
parent 2eb53e65bd
commit 0abc0260fa

@ -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);