Skip to content

Commit 8b0f274

Browse files
Update less invocation as of version 530 (#476)
As of `less` [version 530][1] the `-F` flag no longer outputs the terminal init sequence if the output is less than one screen. This means `less -F` (without `-X`) will act similarly to `cat` and just print the output to the screen. [1]: http://www.greenwoodsoftware.com/less/news.530.html
1 parent 301f20e commit 8b0f274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Issues relating to packaging ('installation does not work', 'version is out of d
2525
Configure git to use `diff-so-fancy` for all diff output:
2626

2727
```shell
28-
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
28+
git config --global core.pager "diff-so-fancy | less --tabs=4 -RF"
2929
git config --global interactive.diffFilter "diff-so-fancy --patch"
3030
```
3131

0 commit comments

Comments
 (0)