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 /Documentation | |
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 'Documentation')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 611fe5c0ca..ce4651be94 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -279,6 +279,12 @@ See linkgit:git-update-index[1]. + The default is true (when core.filemode is not specified in the config file). +core.hideDotFiles:: + (Windows-only) If true, mark newly-created directories and files whose + name starts with a dot as hidden. If 'dotGitOnly', only the `.git/` + directory is hidden, but no other files starting with a dot. The + default mode is 'dotGitOnly'. + core.ignoreCase:: If true, this option enables various workarounds to enable Git to work better on filesystems that are not case sensitive, |