summaryrefslogtreecommitdiff
path: root/tests-clar/object/blob/write.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.