summaryrefslogtreecommitdiff
path: root/tests-clar/object/blob
Commit message (Collapse)AuthorAgeFilesLines
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
|
* blob: add git_blob_create_fromchunks()nulltoken2012-06-071-0/+87
|
* tests: make sure we clean up in objects/blob/write.cCarlos Martín Nieto2012-05-131-4/+5
|
* blob: Add git_blob_create_fromdisk()nulltoken2012-05-131-0/+68
| | | | This function will create blobs in the object database from files anywhere on the filesystem. This can be run against bare and non-bare repositories.
* Add filter tests and fix some bugsRussell Belfer2012-03-021-0/+125
This adds some initial unit tests for file filtering and fixes some simple bugs in filter application.