diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-12-03 17:47:38 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-03 13:49:14 -0800 |
commit | 81f42f11496b9117273939c98d270af273c8a463 (patch) | |
tree | 2cdd9a6a86c11b827869608d22f82b51cacb3746 /Documentation/git-web--browse.txt | |
parent | b968708b3ed486a25c65a8481af927ab3884bfba (diff) | |
download | git-81f42f11496b9117273939c98d270af273c8a463.tar.gz |
web--browse: support opera, seamonkey and elinks
The list of supported browsers is also updated in the documentation.
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-web--browse.txt')
-rw-r--r-- | Documentation/git-web--browse.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt index 51e8e0af1e..5d3ae0726e 100644 --- a/Documentation/git-web--browse.txt +++ b/Documentation/git-web--browse.txt @@ -20,8 +20,14 @@ The following browsers (or commands) are currently supported: * firefox (this is the default under X Window when not using KDE) * iceweasel +* seamonkey +* iceape +* chromium +* google-chrome * konqueror (this is the default under KDE, see 'Note about konqueror' below) +* opera * w3m (this is the default outside graphical environments) +* elinks * links * lynx * dillo |