diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-12-03 17:47:39 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-03 14:05:32 -0800 |
commit | 14ea67c0071804b7eb73cca35c87860f8fc6db95 (patch) | |
tree | 48fde29b7f2a91f08e34552e483ab29adad04c97 /Documentation/git-web--browse.txt | |
parent | 81f42f11496b9117273939c98d270af273c8a463 (diff) | |
download | git-14ea67c0071804b7eb73cca35c87860f8fc6db95.tar.gz |
web--browse: better support for chromium
On Debian-based distributions, Chromium the browser is available under
the name chromium-browser rather than chromium, to prevent conflicts
with the Chromium B.S.U. game.
Look for chromium-browser first when setting the path for chromium, and
also add chromium-browser as a supported browser name. Document the
dual-name support, and mention the dual-name support for
(google-)chrome too.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt index 5d3ae0726e..c0416e5e1a 100644 --- a/Documentation/git-web--browse.txt +++ b/Documentation/git-web--browse.txt @@ -22,8 +22,8 @@ The following browsers (or commands) are currently supported: * iceweasel * seamonkey * iceape -* chromium -* google-chrome +* chromium (also supported as chromium-browser) +* google-chrome (also supported as chrome) * konqueror (this is the default under KDE, see 'Note about konqueror' below) * opera * w3m (this is the default outside graphical environments) |