diff mbox series

[09/59] config.txt: move browser.* to a separate file

Message ID 20181020123848.2785-10-pclouds@gmail.com (mailing list archive)
State New, archived
Headers show
Series Split config.txt | expand

Commit Message

Duy Nguyen Oct. 20, 2018, 12:37 p.m. UTC
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/browser-config.txt |  9 +++++++++
 Documentation/config.txt         | 10 +---------
 2 files changed, 10 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/browser-config.txt
diff mbox series

Patch

diff --git a/Documentation/browser-config.txt b/Documentation/browser-config.txt
new file mode 100644
index 0000000000..195df207a6
--- /dev/null
+++ b/Documentation/browser-config.txt
@@ -0,0 +1,9 @@ 
+browser.<tool>.cmd::
+	Specify the command to invoke the specified browser. The
+	specified command is evaluated in shell with the URLs passed
+	as arguments. (See linkgit:git-web{litdd}browse[1].)
+
+browser.<tool>.path::
+	Override the path for the given tool that may be used to
+	browse HTML help (see `-w` option in linkgit:git-help[1]) or a
+	working repository in gitweb (see linkgit:git-instaweb[1]).
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 249b90b107..407fd390a2 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -303,15 +303,7 @@  include::blame-config.txt[]
 
 include::branch-config.txt[]
 
-browser.<tool>.cmd::
-	Specify the command to invoke the specified browser. The
-	specified command is evaluated in shell with the URLs passed
-	as arguments. (See linkgit:git-web{litdd}browse[1].)
-
-browser.<tool>.path::
-	Override the path for the given tool that may be used to
-	browse HTML help (see `-w` option in linkgit:git-help[1]) or a
-	working repository in gitweb (see linkgit:git-instaweb[1]).
+include::browser-config.txt[]
 
 checkout.defaultRemote::
 	When you run 'git checkout <something>' and only have one