Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git_error: use new names in internal APIs and usage | Edward Thomson | 2019-01-22 | 1 | -5/+5 |
| | | | | | Move to the `git_error` name in the internal API for error-related functions. | ||||
* | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -1/+1 |
| | |||||
* | Drop git_patch_to_str | Nicolas Hake | 2014-01-22 | 1 | -4/+4 |
| | | | | | | | It's hard or even impossible to correctly free the string buffer allocated by git_patch_to_str in some circumstances. Drop the function so people have to use git_patch_to_buf instead - git_buf has a dedicated destructor. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+453 |