debian: new upstream point release
[git/debian.git] / Documentation / config / man.txt
blob5a0f82cc2327a2007df24f4582e05a223959e7a0
1 man.viewer::
2         Specify the programs that may be used to display help in the
3         'man' format. See linkgit:git-help[1].
5 man.<tool>.cmd::
6         Specify the command to invoke the specified man viewer. The
7         specified command is evaluated in shell with the man page
8         passed as an argument. (See linkgit:git-help[1].)
10 man.<tool>.path::
11         Override the path for the given tool that may be used to
12         display help in the 'man' format. See linkgit:git-help[1].