summaryrefslogtreecommitdiff
path: root/include/git2/sys/path.h
Commit message (Collapse)AuthorAgeFilesLines
* path: export the dotgit-checking functionscmn/expose-gitfile-checkCarlos Martín Nieto2018-10-151-0/+64
These checks are preformed by libgit2 on checkout, but they're also useful for performing checks in applications which do not involve checkout. Expose them under `sys/` as it's still fairly in the weeds even for this library.