diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-11-01 07:38:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-01 07:38:56 -0700 |
commit | c9bb7d040a266e8562e56f3ad0a375582f1d6f6f (patch) | |
tree | f0652e6aa66d8f519935240b24b8b1aeba5cf1d6 /Documentation | |
parent | Merge branch 'js/tests-windows-port-fix' (diff) | |
parent | web--browse: Add support for xdg-open (diff) | |
download | tgif-c9bb7d040a266e8562e56f3ad0a375582f1d6f6f.tar.xz |
Merge branch 'rs/web-browse-xdg-open'
* rs/web-browse-xdg-open:
web--browse: Add support for xdg-open
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 5aec4ecffb..2de575f5be 100644 --- a/Documentation/git-web--browse.txt +++ b/Documentation/git-web--browse.txt @@ -35,6 +35,7 @@ The following browsers (or commands) are currently supported: * open (this is the default under Mac OS X GUI) * start (this is the default under MinGW) * cygstart (this is the default under Cygwin) +* xdg-open Custom commands may also be specified. |