libgit2/tests/object
Russell Belfer 19853bdd97 Update git_blob_create_fromchunks callback behavr
The callback to supply data chunks could return a negative value
to stop creation of the blob, but we were neither using GIT_EUSER
nor propagating the return value.  This makes things use the new
behavior of returning the negative value back to the user.
2013-12-11 10:57:50 -08:00
..
blob Update git_blob_create_fromchunks callback behavr 2013-12-11 10:57:50 -08:00
commit Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
raw Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tag Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tree Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
cache.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookupbypath.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
message.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
peel.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00