Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move some low-level repo fns to include/git2/sys | Russell Belfer | 2013-04-21 | 1 | -0/+92 | |
| | ||||||
* | Move odb_backend implementors stuff into git2/sys | Russell Belfer | 2013-04-21 | 2 | -2/+89 | |
| | | | | | | | | | | | | This moves some of the odb_backend stuff that is related to the internals of an odb_backend implementation into include/git2/sys. Some of the stuff related to streaming I left in include/git2 because it seemed like it would be reasonably needed by a normal user who wanted to stream objects into and out of the ODB. Also, I added APIs for traversing the list of backends so that some of the tests would not need to access ODB internals. | |||||
* | Move git_config_backend to include/git2/sys | Russell Belfer | 2013-04-21 | 1 | -0/+70 | |
Moving backend implementor objects into include/git2/sys so the APIs can be isolated from the ones that normal libgit2 users would be likely to use. |