summaryrefslogtreecommitdiff
path: root/tests/object/raw/data.h
Commit message (Collapse)AuthorAgeFilesLines
* object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALIDEdward Thomson2019-01-171-1/+1
| | | | | | | We use the term "invalid" to refer to bad or malformed data, eg `GIT_REF_INVALID` and `GIT_EINVALIDSPEC`. Since we're changing the names of the `git_object_t`s in this release, update it to be `GIT_OBJECT_INVALID` instead of `BAD`.
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-8/+8
| | | | Use the new object_type enumeration names within the codebase.
* Rename tests-clar to testsBen Straub2013-11-141-0/+323