diff options
Diffstat (limited to 'third_party/git/Documentation/config/pager.txt')
-rw-r--r-- | third_party/git/Documentation/config/pager.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/git/Documentation/config/pager.txt b/third_party/git/Documentation/config/pager.txt new file mode 100644 index 000000000000..d3731cf66c19 --- /dev/null +++ b/third_party/git/Documentation/config/pager.txt @@ -0,0 +1,8 @@ +pager.<cmd>:: + If the value is boolean, turns on or off pagination of the + output of a particular Git subcommand when writing to a tty. + Otherwise, turns on pagination for the subcommand using the + pager specified by the value of `pager.<cmd>`. If `--paginate` + or `--no-pager` is specified on the command line, it takes + precedence over this option. To disable pagination for all + commands, set `core.pager` or `GIT_PAGER` to `cat`. |