config.txt: move web.* 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>

Nguyễn Thái Ngọc Duy committed Oct 27, 2018 at 08:23 UTC 07c11a0bd0753dd625efc522b621ef5bc19ff06f
2 files changed +5 -4
Documentation/config.txt
+1 -4
@@ -433,10 +433,7 @@ include::config/user.txt[]
433
434 include::config/versionsort.txt[]
435
436 -web.browser::
437 - Specify a web browser that may be used by some commands.
438 - Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
439 - may use it.
436 +include::config/web.txt[]
437
438 worktree.guessRemote::
439 With `add`, if no branch argument, and neither of `-b` nor
Documentation/config/web.txt new
+4
@@ -0,0 +1,4 @@
1 +web.browser::
2 + Specify a web browser that may be used by some commands.
3 + Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
4 + may use it.