summaryrefslogtreecommitdiff
path: root/tests-clar/object/blob/fromchunks.c
Commit message (Collapse)AuthorAgeFilesLines
* odb: Prevent stream_finalize_write() from overwritingnulltoken2013-09-061-0/+28
| | | | | | Now that #1785 is merged, git_odb_stream_finalize_write() calculates the object id before invoking the odb backend. This commit gives a chance to the backend to check if it already knows this object.
* blob: Slightly enforce a create_fromchunks() testnulltoken2013-09-061-1/+5
|
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
|
* blob: add git_blob_create_fromchunks()nulltoken2012-06-071-0/+87