From 4f45051a2fd90f822e4e4f65eb7fe401bf0e2533 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Fri, 16 Oct 2020 01:50:39 +0000 Subject: [PATCH] Added a comment --- .../comment_2_4a704f47a709a9de35358d6d2fb9fe20._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/old__40__er__41___cp_from_coreutils_lacks_--reflink/comment_2_4a704f47a709a9de35358d6d2fb9fe20._comment diff --git a/doc/bugs/old__40__er__41___cp_from_coreutils_lacks_--reflink/comment_2_4a704f47a709a9de35358d6d2fb9fe20._comment b/doc/bugs/old__40__er__41___cp_from_coreutils_lacks_--reflink/comment_2_4a704f47a709a9de35358d6d2fb9fe20._comment new file mode 100644 index 0000000000..cddb1f8f38 --- /dev/null +++ b/doc/bugs/old__40__er__41___cp_from_coreutils_lacks_--reflink/comment_2_4a704f47a709a9de35358d6d2fb9fe20._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 2" + date="2020-10-16T01:50:39Z" + content=""" +in datalad we took an approach that \"if bundled git-annex is used, use by default git which comes with it\". If assumption here for Windows is that \"cp which comes with git should be used\", then git-annex needs to use a specific PATH to use that one, and not some other which might be found in the PATH. The situation is a bit messy though since `git.exe` is at `/c/Program Files (x86)/Git/cmd/git.exe` (pasting from mingw'ed bash) while `cp` is under `/c/Program Files (x86)/Git/usr/bin/cp.exe` so not exactly the same directory, but I guess consistent for all Windows'es. +"""]] -- 2.30.2