| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALID | Edward Thomson | 2019-01-17 | 1 | -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_fixes | Edward Thomson | 2018-12-01 | 1 | -8/+8 |
| | | | | | Use the new object_type enumeration names within the codebase. | ||||
| * | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+323 |
