diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-08 21:35:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-08 21:35:55 -0700 |
commit | ba22efd8f5d9bd946925e72b5e6ede91ce2ec9be (patch) | |
tree | d3ea10c950539813a629e01cb4e0c00ee6f41317 /compat/mingw.h | |
parent | bde42f081e68030505f59186ae036b2bbbd94ce8 (diff) | |
parent | 6db5967d4e6640c5a3ee3cde151c5fdde5ab508f (diff) | |
download | git-ba22efd8f5d9bd946925e72b5e6ede91ce2ec9be.tar.gz |
Merge branch 'js/no-html-bypass-on-windows' into maint
On Windows, help.browser configuration variable used to be ignored,
which has been corrected.
* js/no-html-bypass-on-windows:
Revert "display HTML in default browser using Windows' shell API"
Diffstat (limited to 'compat/mingw.h')
-rw-r--r-- | compat/mingw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/mingw.h b/compat/mingw.h index 95e128fcfd..2cadb816ee 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -417,9 +417,6 @@ int mingw_offset_1st_component(const char *path); #include <inttypes.h> #endif -void mingw_open_html(const char *path); -#define open_html mingw_open_html - /** * Converts UTF-8 encoded string to UTF-16LE. * |