summaryrefslogtreecommitdiff
path: root/tests/path
Commit message (Expand)AuthorAgeFilesLines
* path: only treat paths starting with '\' as absolute on Win32Patrick Steinhardt2019-06-131-0/+10
* Attempt at fixing the MingW64 compilationlhchavez2019-01-061-1/+1
* tests: path: only compile test_canonicalize on Win32 platformsPatrick Steinhardt2018-11-281-5/+2
* win32: more tests for `git_win32_remove_path`Edward Thomson2018-10-191-0/+28
* win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-191-5/+5
* Fix comment style and update test codeGabriel DeBacker2018-10-041-4/+7
* Fix issue with path canonicalization for Win32 pathsGabriel DeBacker2018-09-301-0/+18
* Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-111-3/+3
|\
| * Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* | path: unify `git_path_is_*` APIsPatrick Steinhardt2018-06-011-5/+5
|/
* path: hand-code the zero-width joiner as UTF-8Carlos Martín Nieto2018-05-241-1/+5
* path: reject .gitmodules as a symlinkCarlos Martín Nieto2018-05-232-197/+204
* path: accept the name length as a parameterCarlos Martín Nieto2018-05-221-4/+4
* path: hide the dotgit file functionsCarlos Martín Nieto2018-05-181-2/+0
* path: add a function to detect an .gitmodules fileCarlos Martín Nieto2018-05-181-0/+110
* index: allow read of index w/ illegal entriesEdward Thomson2016-02-171-6/+6
* win32: further cleanups for 8.3 disablingEdward Thomson2015-02-031-5/+3
* win32: cleanup 8.3 disabled testsEdward Thomson2015-02-031-16/+7
* Fix test failures when 8.3 is disabledLinquize2015-01-311-3/+17
* git_path_join_unrooted: return base lenEdward Thomson2015-01-201-0/+47
* Add more Windows reserved filenamesLinquize2014-12-191-0/+13
* COM0 is a valid path, although Windows Explorer does not allow to create thisLinquize2014-12-191-0/+2
* Introduce core.protectHFS and core.protectNTFSEdward Thomson2014-12-171-3/+19
* checkout: disallow bad paths on HFSEdward Thomson2014-12-161-1/+30
* checkout: disallow bad paths on win32Edward Thomson2014-12-162-0/+218
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-161-0/+190
* path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-171-2/+0
* Introduce git_path_make_relativeEdward Thomson2014-09-021-0/+55