libgit2/tests/path
Edward Thomson 11d67b754d checkout: disallow bad paths on HFS
HFS filesystems ignore some characters like U+200C.  When these
characters are included in a path, they will be ignored for the
purposes of comparison with other paths.  Thus, if you have a ".git"
folder, a folder of ".git<U+200C>" will also match.  Protect our
".git" folder by ensuring that ".git<U+200C>" and friends do not match it.
2014-12-16 10:08:59 -06:00
..
core.c checkout: disallow bad paths on HFS 2014-12-16 10:08:59 -06:00
win32.c checkout: disallow bad paths on win32 2014-12-16 10:08:53 -06:00