summaryrefslogtreecommitdiff
path: root/tests/resources/diff_format_email
Commit message (Collapse)AuthorAgeFilesLines
* tests: verify diff stats with renames in subdirectoryPatrick Steinhardt2018-10-0412-1/+8
| | | | | | | | | | | Until now, we didn't have any tests that verified that our format for renames in subdirectories is correct. While our current behaviour is no different than for renames that do not happen with a common prefix shared between old and new file name, we intend to change the format to instead match the format that upstream git uses. Add a test case for this to document our current behaviour and to show how the next commit will change that format.
* make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-099-1/+2
|
* diff: include commit message when formatting patchPatrick Steinhardt2015-12-016-1/+3
| | | | | | When formatting a patch as email we do not include the commit's message in the formatted patch output. Implement this and add a test that verifies behavior.
* Added git_diff_stats test filesJacques Germishuys2014-04-1589-0/+72