aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 08:22:43 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-29 10:17:00 +0900
commit6b0b974060a2c06e82c9b8794182f93b0f0d4154 (patch)
tree9ebf6a3e9cb2138f53651be2c378a02be534ec02 /Documentation/config.txt
parent7273b95dbb3ef22433974d4ef3823db860160c8c (diff)
downloadgit-6b0b974060a2c06e82c9b8794182f93b0f0d4154.tar.gz
config.txt: move browser.* 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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 3dc7dd6cdb..47eb119976 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -303,15 +303,7 @@ include::config/blame.txt[]
include::config/branch.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::config/browser.txt[]
checkout.defaultRemote::
When you run 'git checkout <something>' and only have one