aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-web--browse.txt
diff options
context:
space:
mode:
authorRĂ¼diger Sonderfeld <ruediger@c-plusplus.de>2013-10-26 19:43:54 +0200
committerJunio C Hamano <gitster@pobox.com>2013-10-30 13:54:15 -0700
commit6ca0f80b6c4d17843a9773d5fd909395f786731d (patch)
tree6d98af9f92378a7f63d30157abb6aec3525bfce8 /Documentation/git-web--browse.txt
parent12dd2f69337e29254e743aa6fb3b04937f302209 (diff)
downloadgit-6ca0f80b6c4d17843a9773d5fd909395f786731d.tar.gz
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/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 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.