-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.txt: move pager.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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`. |