Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements to git_array | Russell Belfer | 2013-06-12 | 1 | -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 prototype | Russell Belfer | 2013-06-10 | 1 | -0/+41 |