diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-11-13 22:37:20 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-13 22:37:20 +0900 |
commit | 6c268fdda9dcc421e2bee1ce76496d3e9f96397f (patch) | |
tree | 2181f2032e963eef5f5d95968db797435cfefd83 /cache.h | |
parent | fbfdc07511283a111192e32970bee909016b47d2 (diff) | |
parent | 0e218f91c299b0bffa281d3449884a824819a201 (diff) | |
download | git-6c268fdda9dcc421e2bee1ce76496d3e9f96397f.tar.gz |
Merge branch 'js/mingw-perl5lib'
Windows fix.
* js/mingw-perl5lib:
mingw: unset PERL5LIB by default
config: move Windows-specific config settings into compat/mingw.c
config: allow for platform-specific core.* config settings
config: rename `dummy` parameter to `cb` in git_default_config()
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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, |