diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-19 10:42:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-19 10:42:49 -0700 |
commit | b002bb87f0aeb7b87e5cbe111c520a318c402b59 (patch) | |
tree | 1fda9b13632219ecb9abc2c58131f3dd6ee50545 /Documentation | |
parent | bd54df07165cedf36b02982fde9521c1536c5cc2 (diff) | |
parent | cc2f6b686575e2b7664d22d1266fc55197bc7e81 (diff) | |
download | git-b002bb87f0aeb7b87e5cbe111c520a318c402b59.tar.gz |
Merge branch 'ys/cygstart' into maint
* ys/cygstart:
web--browse: support /usr/bin/cygstart on Cygwin
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-web--browse.txt | 1 |
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. |