From e669f0b71336718cab080532ad7d1313fe6d5822 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Sat, 7 May 2022 00:05:30 -0700 Subject: [PATCH] Add inadvertently-removed git pager options Setting the `LESS` environment variable overrides the defaults used by core.pager, which are FRX. Because `-R` is set in .bash_profile, only `-FX` need be provided to provide the same option coverage. --- src/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.gitconfig b/src/.gitconfig index b9ba1ee..e5ad009 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -33,7 +33,7 @@ autocrlf = false fscache = true longpaths = true - pager = less -x1,5 + pager = less -FX -x1,5 whitespace = cr-at-eol,tabwidth=4,trailing-space [diff] colormoved = default