summaryrefslogtreecommitdiff
path: root/include/git2/sys/refs.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some documentationCarlos Martín Nieto2013-07-231-2/+2
| | | | clang's docparser highlighted these.
* Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-211-0/+38
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.