git-gui: Use git web--browser for web browsing
commit2db21e709a1345d84178e53079e861232c243bd1
authorPetr Baudis <pasky@suse.cz>
Wed, 24 Sep 2008 21:57:16 +0000 (24 23:57 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 30 Sep 2008 19:59:18 +0000 (30 12:59 -0700)
treea867d28c06ba0e9af9c5a81ba545d8b8e185f0b9
parentadcbd431e7ae3c6356c50fa2559ac06ddb970008
git-gui: Use git web--browser for web browsing

This patch removes git-gui specific webbrowser guessing and instead
relies on git web--browser to do the right thing, removing unnecessary
code duplication. New function start_browser encapsulates the browser
execution, for usage from other parts of code. This will also make
git-gui show the documentation menu item even in cases it might not
be able to start up a browser, these cases should be however only
very rare.

Signed-off-by: Petr Baudis <petr.baudis@novartis.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh