Re: [TIG PATCH] test: make diff/log work with git 2.9

2016-08-03 Thread Jonas Fonseca
On Tue, Jun 14, 2016 at 4:34 AM, Michael J Gruber wrote: > git 2.9.0 switches the default for diff.renames to true. > > Set this to false in config so that the test suite runs unmodified for > old and new git. Thanks! -- Jonas Fonseca -- To unsubscribe from this list: send the line "unsubscribe

[TIG PATCH] test: make diff/log work with git 2.9

2016-06-14 Thread Michael J Gruber
git 2.9.0 switches the default for diff.renames to true. Set this to false in config so that the test suite runs unmodified for old and new git. Signed-off-by: Michael J Gruber --- test/tools/libgit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tools/libgit.sh b/test/tools/libgit.