summaryrefslogtreecommitdiff
path: root/include/git2/sys/refs.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix public header on sys/refs.hDamien PROFETA2014-12-191-0/+11
| | | | | GIT_BEGIN/END_DECL were missing from sys/refs.h and preventing compilation with g++ as the symbol were mangled.
* 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.