Re: What's cooking in git.git (Jul 2014, #04; Tue, 22)
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:02:00
Karsten Blees [off-list ref] writes:
Am 22.07.2014 23:44, schrieb Junio C Hamano:quoted
* sk/mingw-uni-fix-more (2014-07-21) 14 commits ... * sk/mingw-tests-workaround (2014-07-21) 6 commits ...Yes, I think both series are ready. Compiles with msysgit and MSVC (with NO_CURL=1).
Thanks.
With the version in pu, three tests fail. t7001 is fixed with a newer 'cp'.
It seems that the only use of the "copy symlinks as-is" in that test are to move trash/submodule/.git to trash/.git/modules/submodule; as the longer-term direction is not to rely on symlinks in .git/ (and we have got rid of HEAD -> refs/heads/master long time ago), perhaps we do not even want to have "-P" there?
The other two are unrelated (introduced by nd/multiple-work-trees topic). * t1501-worktree: failed 1 As of 5bbcb072 "setup.c: support multi-checkout repo setup" Using $TRASH_DIRECTORY doesn't work on Windows. * t2026-prune-linked-checkouts: failed 1 As of 404a45f1 "prune: strategies for linked checkouts" Dito. * t7001-mv: failed 6 'cp -P' doesn't work due to outdated cp.exe.