summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-10-30 18:40:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-10-31 03:46:27 (GMT)
commitbdfbb0ea932d1ec479474cc7928ec9d47ea89e7b (patch)
treeba8768c1a1b10c12f8ae954616b68c49302bfa05 /cache.h
parent70fc5793dfdf8ba8586ca130674f6896eb3eb37a (diff)
downloadgit-bdfbb0ea932d1ec479474cc7928ec9d47ea89e7b.zip
git-bdfbb0ea932d1ec479474cc7928ec9d47ea89e7b.tar.gz
git-bdfbb0ea932d1ec479474cc7928ec9d47ea89e7b.tar.bz2
config: move Windows-specific config settings into compat/mingw.c
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cache.h b/cache.h
index f7fabdd..0ce95c5 100644
--- a/cache.h
+++ b/cache.h
@@ -906,14 +906,6 @@ int use_optional_locks(void);
extern char comment_line_char;
extern int auto_comment_line_char;
-/* Windows only */
-enum hide_dotfiles_type {
- HIDE_DOTFILES_FALSE = 0,
- HIDE_DOTFILES_TRUE,
- HIDE_DOTFILES_DOTGITONLY
-};
-extern enum hide_dotfiles_type hide_dotfiles;
-
enum log_refs_config {
LOG_REFS_UNSET = -1,
LOG_REFS_NONE = 0,