summaryrefslogtreecommitdiff
path: root/tests/path/dotgit.c
Commit message (Expand)AuthorAgeFilesLines
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* path: `validate` -> `is_valid`Edward Thomson2021-11-091-68/+68
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-0/+86
* path: git_path_isvalid -> git_path_validateEdward Thomson2021-04-141-4/+4
* path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-101-0/+1
* 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-231-0/+7
* 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