mirror of
https://github.com/git/git.git
synced 2026-01-29 20:09:03 +00:00
The Windows flavor of git calls ShellExecute to view web pages. This call
launches the default handler for .html files. The user is not able to
configure an alternative despite git having full support for doing so on
Windows.
The original request for this change dates back to 12-May-2014, and refers
to dropping commit 4804aab from the msysgit repository. This is exactly
what this commit does.