summaryrefslogtreecommitdiff
path: root/src/array.h
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to git_arrayRussell Belfer2013-06-121-13/+38
| | | | | | | This changes the size data to uint32_t, fixes the array growth logic to use a simple 1.5x multiplier, and uses a generic inline function for growing the array to make the git_array_alloc API feel more natural (i.e. it returns a pointer to the new item).
* fix missing file and bad prototypeRussell Belfer2013-06-101-0/+41