diff options
author | RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | 2013-10-26 19:43:54 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-30 13:54:15 -0700 |
commit | 6ca0f80b6c4d17843a9773d5fd909395f786731d (patch) | |
tree | 6d98af9f92378a7f63d30157abb6aec3525bfce8 /Documentation | |
parent | Merge branch 'ys/cygstart' (diff) | |
download | tgif-6ca0f80b6c4d17843a9773d5fd909395f786731d.tar.xz |
web--browse: Add support for xdg-open
xdg-open is a tool similar to git-web--browse. It opens a file or URL in the
user's preferred application. It could probably be made default at least on
Linux with a graphical environment.
Signed-off-by: RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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. |