Home Explore Blog CI



git

Documentation/config/pager.adoc
e4a292e78e7731b4db11ec5a6f2a8d55c28a5ada9cb850ef00000003000001b4
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`.

Chunks
d0719853 (1st chunk of `Documentation/config/pager.adoc`)
Title: Git Pagination Configuration
Summary
Configuration option to control pagination of Git subcommand output, allowing for enablement or disablement of pagination and specification of a custom pager, with command line options --paginate and --no-pager taking precedence over this setting, and global pagination disablement possible through core.pager or GIT_PAGER configuration.