Merge pull request #773 from jeffhostetler/vs2015

Build with VS2015
This commit is contained in:
Johannes Schindelin
2017-01-10 23:37:31 +01:00
17 changed files with 827 additions and 24 deletions

View File

@@ -320,7 +320,7 @@ test_expect_success PERL 'difftool --extcmd cat arg1' '
test_expect_success PERL 'difftool --extcmd cat arg2' '
echo branch >expect &&
git difftool --no-prompt \
--extcmd sh\ -c\ \"cat\ \$2\" branch >actual &&
--extcmd sh\ -c\ \"cat\ \\\"\$2\\\"\" branch >actual &&
test_cmp expect actual
'