aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-web--browse.txt
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2013-06-21 02:24:32 -0500
committerJunio C Hamano <gitster@pobox.com>2013-06-21 09:05:15 -0700
commitcc2f6b686575e2b7664d22d1266fc55197bc7e81 (patch)
tree01d46f74daafc213e108779c1ccba1a234e2b990 /Documentation/git-web--browse.txt
parentc0add3073a5bd0e295cdaea76e5c9b7805f8a047 (diff)
downloadgit-cc2f6b686575e2b7664d22d1266fc55197bc7e81.tar.gz
web--browse: support /usr/bin/cygstart on Cygwin
While both GUI and console Cygwin browsers do exist, anecdotal evidence suggests most users rely on their native Windows browser. cygstart, which is a long-standing part of the base Cygwin installation, will cause the page to be opened in the default Windows browser (the one registered to open .html files). Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-web--browse.txt')
-rw-r--r--Documentation/git-web--browse.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt
index ba79cb4f35..5aec4ecffb 100644
--- a/Documentation/git-web--browse.txt
+++ b/Documentation/git-web--browse.txt
@@ -34,6 +34,7 @@ The following browsers (or commands) are currently supported:
* dillo
* open (this is the default under Mac OS X GUI)
* start (this is the default under MinGW)
+* cygstart (this is the default under Cygwin)
Custom commands may also be specified.