From bdfbb0ea932d1ec479474cc7928ec9d47ea89e7b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 30 Oct 2018 11:40:06 -0700 Subject: config: move Windows-specific config settings into compat/mingw.c Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- cache.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cache.h') diff --git a/cache.h b/cache.h index f7fabdde8f..0ce95c5a8d 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, -- cgit v1.3