summaryrefslogtreecommitdiff
path: root/include/git2/refdb_backend.h
Commit message (Collapse)AuthorAgeFilesLines
* Move refdb_backend to include/git2/sysRussell Belfer2013-04-211-108/+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/+1
|
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-0/+109