Skip to content

Commit 4370c2d

Browse files
Miklos Vajnagitster
authored andcommitted
Documentation: document the pager.* configuration setting
It was already documented in RelNotes-1.6.0, but not in the git-config manual page. Signed-off-by: Miklos Vajna <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a5ab00c commit 4370c2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/config.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,11 @@ pack.packSizeLimit::
978978
can be overridden by the `\--max-pack-size` option of
979979
linkgit:git-repack[1].
980980

981+
pager.<cmd>::
982+
Allows to set your own pager preferences for each command, overriding
983+
the default. If `\--pager` or `\--no-pager` is specified on the command
984+
line, it takes precedence over this option.
985+
981986
pull.octopus::
982987
The default merge strategy to use when pulling multiple branches
983988
at once.

0 commit comments

Comments
 (0)