Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -3/+3 |
* | Merge branch 'pr/3809' | Edward Thomson | 2016-10-09 | 1 | -2/+2 |
|\ | |||||
| * | make git_diff_stats_to_buf not show 0 insertions or 0 deletions | Sim Domingo | 2016-10-09 | 1 | -2/+2 |
* | | patch: show copy information for identical copies | Edward Thomson | 2016-06-25 | 1 | -3/+0 |
* | | git_diff_generated: abstract generated diffs | Edward Thomson | 2016-05-26 | 1 | -0/+1 |
|/ | |||||
* | tests: take the version from our define | Carlos MartÃn Nieto | 2016-03-03 | 1 | -1/+1 |
* | diff: include commit message when formatting patch | Patrick Steinhardt | 2015-12-01 | 1 | -0/+41 |
* | Use git_diff_get_stats in example/diff + refactor | Russell Belfer | 2014-04-22 | 1 | -141/+52 |
* | Added a test case for formatting a binary patch e-mail | Jacques Germishuys | 2014-04-15 | 1 | -0/+43 |
* | Sanitize git_diff_format_email_options' summary parameter | Jacques Germishuys | 2014-04-15 | 1 | -0/+68 |
* | Introduce git_diff_format_email and git_diff_commit_as_email | Jacques Germishuys | 2014-04-15 | 1 | -0/+445 |