Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | portability: Improve x86/amd64 compatibility | nulltoken | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | blob: add git_blob_create_fromchunks() | nulltoken | 2012-06-07 | 1 | -0/+87 |
| | |||||
* | tests: make sure we clean up in objects/blob/write.c | Carlos MartÃn Nieto | 2012-05-13 | 1 | -4/+5 |
| | |||||
* | blob: Add git_blob_create_fromdisk() | nulltoken | 2012-05-13 | 1 | -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 bugs | Russell Belfer | 2012-03-02 | 1 | -0/+125 |
This adds some initial unit tests for file filtering and fixes some simple bugs in filter application. |