You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mingw: delete call to ShellExecute for opening help.
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.
0 commit comments