summaryrefslogtreecommitdiff
path: root/tests/checkout/binaryunicode.c
Commit message (Collapse)AuthorAgeFilesLines
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
| | | | | | | | | Our file utils functions all have a "futils" prefix, e.g. `git_futils_touch`. One would thus naturally guess that their definitions and implementation would live in files "futils.h" and "futils.c", respectively, but in fact they live in "fileops.h". Rename the files to match expectations.
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-2/+2
| | | | Use the new object_type enumeration names within the codebase.
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-2/+2
|
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-1/+1
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+58