diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-03-14 05:56:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-14 00:31:06 -0700 |
commit | 1658c6149ac4462c874810c760507040122917e8 (patch) | |
tree | 06548895cf7fe8b7243d3e220f8f1aaf3c3bbcd4 /Documentation/config.txt | |
parent | 77e21533a938b886ed2b8636a75f76870f4805de (diff) | |
download | git-1658c6149ac4462c874810c760507040122917e8.tar.gz |
Documention: web--browse: add info about "browser.<tool>.cmd" config var
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index bfad0e3858..ed2cb832b9 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -420,6 +420,11 @@ branch.<name>.rebase:: it unless you understand the implications (see linkgit:git-rebase[1] for details). +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--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 |