summaryrefslogtreecommitdiff
path: root/include/git2/sys/index.h
Commit message (Collapse)AuthorAgeFilesLines
* index: reuc and name entrycounts should be size_tEdward Thomson2014-12-221-2/+2
| | | | | | For the REUC and NAME entries, we use size_t internally, and we take size_t for the get_byindex() functions, but the entrycount() functions strangely cast to an unsigned int instead.
* Clean up some documentationCarlos Martín Nieto2013-07-231-2/+0
| | | | clang's docparser highlighted these.
* Fix trailing whitespacesnulltoken2013-05-151-1/+0
|
* move NAME and REUC extensions to sys/Edward Thomson2013-04-301-0/+180