libgit2/tests/path
Edward Thomson 318b825e76 index: allow read of index w/ illegal entries
Allow `git_index_read` to handle reading existing indexes with
illegal entries.  Allow the low-level `git_index_add` to add
properly formed `git_index_entry`s even if they contain paths
that would be illegal for the current filesystem (eg, `AUX`).
Continue to disallow `git_index_add_bypath` from adding entries
that are illegal universally illegal (eg, `.git`, `foo/../bar`).
2016-02-17 13:10:33 +00:00
..
core.c index: allow read of index w/ illegal entries 2016-02-17 13:10:33 +00:00
win32.c win32: further cleanups for 8.3 disabling 2015-02-03 20:01:24 -05:00