summaryrefslogtreecommitdiff
path: root/tests/repo/discover.c
Commit message (Collapse)AuthorAgeFilesLines
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-8/+8
| | | | | | | | | | | | Untangle git_futils_mkdir from git_futils_mkdir_ext - the latter assumes that we own everything beneath the base, as if it were being called with a base of the repository or working directory, and is tailored towards checkout and ensuring that there is no bogosity beneath the base that must be cleaned up. This is (at best) slow and (at worst) unsafe in the larger context of a filesystem where we do not own things and cannot do things like unlink symlinks that are in our way.
* repository: move to use a git_buf for outputting stringsCarlos Martín Nieto2014-01-271-31/+32
| | | | | Since we now export that type, we can avoid making the user guess a size.
* Rename tests-clar to testsBen Straub2013-11-141-0/+142