summaryrefslogtreecommitdiff
path: root/tests/diff/format_email.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-523/+0
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-5/+4
* diff: deprecate diff_format_emailethomson/emailEdward Thomson2021-09-181-0/+20
* email: allow `git_diff_commit_as_email` to take 0 as patch indexEdward Thomson2021-09-181-1/+0
* Fix binary diff showing /dev/nullKevin Swinton2020-04-181-2/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* Merge branch 'pr/3809'Edward Thomson2016-10-091-2/+2
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-091-2/+2
* | patch: show copy information for identical copiesEdward Thomson2016-06-251-3/+0
* | git_diff_generated: abstract generated diffsEdward Thomson2016-05-261-0/+1
|/
* tests: take the version from our defineCarlos Martín Nieto2016-03-031-1/+1
* diff: include commit message when formatting patchPatrick Steinhardt2015-12-011-0/+41
* Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-141/+52
* Added a test case for formatting a binary patch e-mailJacques Germishuys2014-04-151-0/+43
* Sanitize git_diff_format_email_options' summary parameterJacques Germishuys2014-04-151-0/+68
* Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys2014-04-151-0/+445