Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move git_reference__alloc to include/git2/sys | Russell Belfer | 2013-04-21 | 1 | -19/+0 |
| | | | | | | Create a new include/git2/sys/refs.h and move the reference alloc functions there. Also fix some documentation issues and some minor code cleanups. | ||||
* | Move refdb_backend to include/git2/sys | Russell Belfer | 2013-04-21 | 1 | -14/+0 |
| | | | | | | | | | This moves most of the refdb stuff over to the include/git2/sys directory, with some minor shifts in function organization. While I was making the necessary updates, I also removed the trailing whitespace in a few files that I modified just because I was there and it was bugging me. | ||||
* | alloc doesn't take a refdb; git_refdb_free nicely in the tests | Edward Thomson | 2013-04-19 | 1 | -2/+0 |
| | |||||
* | refs: Add `git_referene_target_peel` | Vicent Marti | 2013-04-17 | 1 | -1/+6 |
| | |||||
* | export git_reference__alloc | Edward Thomson | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | immutable references and a pluggable ref database | Edward Thomson | 2013-03-07 | 1 | -0/+98 |