| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: apply: fix reference to deprecated `git_buf_free` | Patrick Steinhardt | 2018-11-13 | 1 | -2/+2 |
| | | | | | | | | | | Since commit 56ffdfc61 (buffer: deprecate `git_buf_free` in favor of `git_buf_dispose`, 2018-02-08), the function `git_buf_free` is deprecated and shall not be used anymore. As part of the new apply framework that has been cooking for quite some time some new references have been introduced to that deprecated function. Replace them with calls to `git_buf_dispose`. | ||||
| * | patch: add tests for aborting hunk callback | Jason Haslam | 2018-11-05 | 1 | -0/+71 |
| | | |||||
| * | patch: add support for partial patch application | Jason Haslam | 2018-11-05 | 1 | -0/+161 |
| Add hunk callback parameter to git_apply__patch to allow hunks to be skipped. | |||||
