libgit2/tests/resources/nasty/.gitted/objects/eb
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
..
82bf596b66f90e25f881ce9b92cb55bab4fdf5 checkout: disallow bad paths on HFS 2014-12-16 10:08:59 -06:00