File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -538,14 +538,14 @@ core.pager::
538
538
`LESS` variable to some other value. Alternately,
539
539
these settings can be overridden on a project or
540
540
global basis by setting the `core.pager` option.
541
- Setting `core.pager` has no affect on the `LESS`
541
+ Setting `core.pager` has no effect on the `LESS`
542
542
environment variable behaviour above, so if you want
543
543
to override git's default settings this way, you need
544
544
to be explicit. For example, to disable the S option
545
545
in a backward compatible manner, set `core.pager`
546
- to `less -+$LESS -FRX `. This will be passed to the
547
- shell by git, which will translate the final command to
548
- `LESS=FRSX less -+FRSX -FRX `.
546
+ to `less -+S `. This will be passed to the shell by
547
+ git, which will translate the final command to
548
+ `LESS=FRSX less -+S `.
549
549
550
550
core.whitespace::
551
551
A comma separated list of common whitespace problems to
You can’t perform that action at this time.
0 commit comments