Skip to content

Commit f7ade6c

Browse files
pcloudsgitster
authored andcommitted
config.txt: move man.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4a9f0c5 commit f7ade6c

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Documentation/config.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -369,18 +369,7 @@ include::config/mailinfo.txt[]
369369

370370
include::config/mailmap.txt[]
371371

372-
man.viewer::
373-
Specify the programs that may be used to display help in the
374-
'man' format. See linkgit:git-help[1].
375-
376-
man.<tool>.cmd::
377-
Specify the command to invoke the specified man viewer. The
378-
specified command is evaluated in shell with the man page
379-
passed as argument. (See linkgit:git-help[1].)
380-
381-
man.<tool>.path::
382-
Override the path for the given tool that may be used to
383-
display help in the 'man' format. See linkgit:git-help[1].
372+
include::config/man.txt[]
384373

385374
include::merge-config.txt[]
386375

Documentation/config/man.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
man.viewer::
2+
Specify the programs that may be used to display help in the
3+
'man' format. See linkgit:git-help[1].
4+
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 argument. (See linkgit:git-help[1].)
9+
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].

0 commit comments

Comments
 (0)