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.
master
Jordan Atwood 2 years ago
parent 4c5f6de9e8
commit e669f0b713
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 2
      src/.gitconfig

@ -33,7 +33,7 @@
autocrlf = false autocrlf = false
fscache = true fscache = true
longpaths = true longpaths = true
pager = less -x1,5 pager = less -FX -x1,5
whitespace = cr-at-eol,tabwidth=4,trailing-space whitespace = cr-at-eol,tabwidth=4,trailing-space
[diff] [diff]
colormoved = default colormoved = default

Loading…
Cancel
Save