From cc2f6b686575e2b7664d22d1266fc55197bc7e81 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 21 Jun 2013 02:24:32 -0500 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git-web--browse.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/git-web--browse.txt') diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt index ba79cb4f3..5aec4ecff 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. -- cgit v1.2.1