]> git.proxmox.com Git - libgit2.git/commit
Introduce core.protectHFS and core.protectNTFS
authorEdward Thomson <ethomson@microsoft.com>
Wed, 17 Dec 2014 00:53:55 +0000 (18:53 -0600)
committerEdward Thomson <ethomson@edwardthomson.com>
Wed, 17 Dec 2014 17:52:07 +0000 (12:52 -0500)
commitec74b40ceef3dc3892c7d84bb4f5d99bab504ba4
treea33dbb62e0f08e14730557695bd911037079c0af
parent8e35527de25ac156f3600e2ce49b0c3483c258c4
Introduce core.protectHFS and core.protectNTFS

Validate HFS ignored char ".git" paths when `core.protectHFS` is
specified.  Validate NTFS invalid ".git" paths when `core.protectNTFS`
is specified.
src/config_cache.c
src/path.c
src/path.h
src/repository.h
tests/checkout/nasty.c
tests/path/core.c