Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/browser-config.txt | 9 +++++++++
Documentation/config.txt | 10 +---------
2 files changed, 10 insertions(+), 9 deletions(-)
create mode 100644 Documentation/browser-config.txt
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
--
2.19.1.647.g708186aaf9