summaryrefslogtreecommitdiff
path: root/src/email.c
Commit message (Expand)AuthorAgeFilesLines
* date: rfc2822 formatting uses a `git_buf` instead of a static stringethomson/dateEdward Thomson2021-11-191-3/+14
* date: make it a proper `git_date` utility classEdward Thomson2021-11-181-1/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-36/+40
* email: don't clear buffer in append functionEdward Thomson2021-09-211-1/+0
* email: include renames by defaultEdward Thomson2021-09-181-1/+7
* email: include binary diffs by defaultEdward Thomson2021-09-181-4/+8
* email: introduce 'append_from_diff'Edward Thomson2021-09-181-1/+26
* email: introduce `git_email_create_from_diff`Edward Thomson2021-09-181-27/+81
* email: introduce `git_email_create_from_commit`Edward Thomson2021-09-181-0/+211