| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: verify diff stats with renames in subdirectory | Patrick Steinhardt | 2018-10-04 | 12 | -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 deletions | Sim Domingo | 2016-10-09 | 9 | -1/+2 |
| | | |||||
| * | diff: include commit message when formatting patch | Patrick Steinhardt | 2015-12-01 | 6 | -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 files | Jacques Germishuys | 2014-04-15 | 89 | -0/+72 |
