Files
libgit2/tests/diff
Patrick Steinhardt e5090ee329 diff_stats: use git's formatting of renames with common directories
In cases where a file gets renamed such that the directories containing
it previous and after the rename have a common prefix, then git will
avoid printing this prefix twice and instead format the rename as
"prefix/{old => new}". We currently didn't do anything like that, but
simply printed "prefix/old -> prefix/new".

Adjust our behaviour to instead match upstream. Adjust the test for this
behaviour to expect the new format.
2018-10-04 11:26:24 +02:00
..
2016-02-28 18:54:56 -05:00
2015-11-20 20:48:51 +02:00
2013-11-14 14:05:52 -08:00
2016-03-23 17:17:02 -04:00
2015-11-02 16:33:58 -05:00