1pager.<cmd>::
2If the value is boolean, turns on or off pagination of the
3output of a particular Git subcommand when writing to a tty.
4Otherwise, turns on pagination for the subcommand using the
5pager specified by the value of `pager.<cmd>`. If `--paginate`
6or `--no-pager` is specified on the command line, it takes
7precedence over this option. To disable pagination for all
8commands, set `core.pager` or `GIT_PAGER` to `cat`.