From: Paul Mackerras Date: Mon, 26 Aug 2019 22:12:34 +0000 (+1000) Subject: gitk: Make web links clickable X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3441de5b9cbc93ebfea0e70bf28b32e2eecba5bd?hp=3441de5b9cbc93ebfea0e70bf28b32e2eecba5bd gitk: Make web links clickable This makes gitk look for http or https URLs in the commit description and make the URLs clickable. Clicking on them will invoke an external web browser with the URL. The web browser command is by default "xdg-open" on Linux, "open" on MacOS, and "cmd /c start" on Windows. The command can be changed in the preferences window, and it can include parameters as well as the command name. If it is set to the empty string then URLs will no longer be made clickable. Signed-off-by: Paul Mackerras ---