summaryrefslogtreecommitdiff
path: root/compat/mingw.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-05-17 14:38:39 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-05-17 14:38:39 -0700
commitbfc99b63fe859e16ddcfcbe6ac09f98b8d06b34e (patch)
tree4b41f6056f3e599052a554e13269838eb040d807 /compat/mingw.h
parentMerge branch 'va/mailinfo-doc-typofix' (diff)
parentmingw: remove unnecessary definition (diff)
downloadtgif-bfc99b63fe859e16ddcfcbe6ac09f98b8d06b34e.tar.xz
Merge branch 'js/windows-dotgit'
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/mingw.h b/compat/mingw.h
index 1de70ffd62..a1808b4e6b 100644
--- a/compat/mingw.h
+++ b/compat/mingw.h
@@ -416,9 +416,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.
*