summaryrefslogtreecommitdiff
path: root/include/git2/refdb.h
Commit message (Collapse)AuthorAgeFilesLines
* Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-211-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/sysRussell Belfer2013-04-211-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 testsEdward Thomson2013-04-191-2/+0
|
* refs: Add `git_referene_target_peel`Vicent Marti2013-04-171-1/+6
|
* export git_reference__allocEdward Thomson2013-04-021-1/+1
|
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-0/+98