libgit2/tests-clar/core
Russell Belfer 7c7ff7d11e Migrate index, oid, and utils to new errors
This includes a few cleanups that came up while converting
these files.

This commit introduces a could new git error classes, including
the catchall class: GITERR_INVALID which I'm using as the class
for invalid and out of range values which are detected at too low
a level of library to use a higher level classification.  For
example, an overflow error in parsing an integer or a bad letter
in parsing an OID string would generate an error in this class.
2012-03-19 16:10:11 -07:00
..
buffer.c buffer: Unify git_fbuffer and git_buf 2012-02-27 05:30:07 +01:00
dirent.c Clean up GIT_UNUSED macros on all platforms 2012-03-02 15:51:55 -08:00
errors.c Resolve comments from pull request 2012-03-13 14:23:24 -07:00
filebuf.c error-handling: References 2012-03-06 00:43:10 +01:00
hex.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
oid.c Migrate index, oid, and utils to new errors 2012-03-19 16:10:11 -07:00
path.c Convert attr, ignore, mwindow, status to new errors 2012-03-16 15:56:01 -07:00
rmdir.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
string.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
strtol.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
vector.c Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00