Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Add a google-chrome option for web--browse
author
Nathan W. Panike
<nathan.panike@gmail.com>
Thu, 22 Jul 2010 16:58:20 +0000
(11:58 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Jul 2010 06:14:18 +0000
(23:14 -0700)
On some systems, the chrome browser is named google-chrome. We add
support for this case.
Signed-off-by: Nathan W. Panike <nathan.panike@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-web--browse.sh
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
ffd45f9
)
diff --git
a/git-web--browse.sh
b/git-web--browse.sh
index dbded76aaf5499dd116e5ad22f95d4518b79c0d8..3fc4166b25714911b6b1294c7439da1e237e4918 100755
(executable)
--- a/
git-web--browse.sh
+++ b/
git-web--browse.sh
@@
-31,7
+31,7
@@
valid_custom_tool()
valid_tool() {
case "$1" in
valid_tool() {
case "$1" in
- firefox | iceweasel | chrome | chromium | konqueror | w3m | links | lynx | dillo | open | start)
+ firefox | iceweasel | chrome |
google-chrome |
chromium | konqueror | w3m | links | lynx | dillo | open | start)
;; # happy
*)
valid_custom_tool "$1" || return 1
;; # happy
*)
valid_custom_tool "$1" || return 1
@@
-103,7
+103,7
@@
fi
if test -z "$browser" ; then
if test -n "$DISPLAY"; then
if test -z "$browser" ; then
if test -n "$DISPLAY"; then
- browser_candidates="firefox iceweasel chrome chromium konqueror w3m links lynx dillo"
+ browser_candidates="firefox iceweasel
google-chrome
chrome chromium konqueror w3m links lynx dillo"
if test "$KDE_FULL_SESSION" = "true"; then
browser_candidates="konqueror $browser_candidates"
fi
if test "$KDE_FULL_SESSION" = "true"; then
browser_candidates="konqueror $browser_candidates"
fi
@@
-146,7
+146,7
@@
case "$browser" in
test "$vers" -lt 2 && NEWTAB=''
"$browser_path" $NEWTAB "$@" &
;;
test "$vers" -lt 2 && NEWTAB=''
"$browser_path" $NEWTAB "$@" &
;;
- chrome|chromium)
+
google-chrome|
chrome|chromium)
# Actual command for chromium is chromium-browser.
# No need to specify newTab. It's default in chromium
eval "$browser_path" "$@" &
# Actual command for chromium is chromium-browser.
# No need to specify newTab. It's default in chromium
eval "$browser_path" "$@" &