Skip to content

Commit 07c11a0

Browse files
pcloudsgitster
authored andcommitted
config.txt: move web.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 25268ad commit 07c11a0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Documentation/config.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,7 @@ include::config/user.txt[]
433433

434434
include::config/versionsort.txt[]
435435

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[]
440437

441438
worktree.guessRemote::
442439
With `add`, if no branch argument, and neither of `-b` nor

Documentation/config/web.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

0 commit comments

Comments
 (0)