Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/config.txt | 5 +----
Documentation/web-config.txt | 4 ++++
2 files changed, 5 insertions(+), 4 deletions(-)
create mode 100644 Documentation/web-config.txt
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 05fb670be2..76a0e3ed90 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -682,10 +682,7 @@ include::user-config.txt[]
include::versionsort-config.txt[]
-web.browser::
- Specify a web browser that may be used by some commands.
- Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
- may use it.
+include::web-config.txt[]
worktree.guessRemote::
With `add`, if no branch argument, and neither of `-b` nor
diff --git a/Documentation/web-config.txt b/Documentation/web-config.txt
new file mode 100644
index 0000000000..beec8d1303
--- /dev/null
+++ b/Documentation/web-config.txt
@@ -0,0 +1,4 @@
+web.browser::
+ Specify a web browser that may be used by some commands.
+ Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
+ may use it.
--
2.19.1.647.g708186aaf9