Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git_buf_grow_by: increase buf asize incrementally | Edward Thomson | 2015-02-12 | 1 | -0/+10 |
| | | | | | Introduce `git_buf_grow_by` to incrementally increase the size of a `git_buf`, performing an overflow calculation on the growth. | ||||
* | Fix crash in free() when git_buf_grow() fails. | Jeff Hostetler | 2015-01-09 | 1 | -0/+31 |