diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-26 13:17:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-26 13:17:23 -0700 |
commit | e29300d69fb8e003b36f155a5f286d72ee5a557f (patch) | |
tree | d22a3ff686090407694d7e87bb3bf9901b3951db /compat/mingw.h | |
parent | Merge branch 'kf/gpg-sig-verification-doc' into maint (diff) | |
parent | mingw: remove unnecessary definition (diff) | |
download | tgif-e29300d69fb8e003b36f155a5f286d72ee5a557f.tar.xz |
Merge branch 'js/windows-dotgit' into maint
On Windows, .git and optionally any files whose name starts with a
dot are now marked as hidden, with a core.hideDotFiles knob to
customize this behaviour.
* js/windows-dotgit:
mingw: remove unnecessary definition
mingw: introduce the 'core.hideDotFiles' setting
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 edec9e0253..69bb43dc35 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -417,9 +417,6 @@ int mingw_offset_1st_component(const char *path); void mingw_open_html(const char *path); #define open_html mingw_open_html -void mingw_mark_as_git_dir(const char *dir); -#define mark_as_git_dir mingw_mark_as_git_dir - /** * Converts UTF-8 encoded string to UTF-16LE. * |