diff options
author | Joey Hess <id@joeyh.name> | 2014-12-03 13:34:55 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-03 13:34:55 -0400 |
commit | 2da903f537fff3f4d53a23f4a41e501e8540b41a (patch) | |
tree | 70cfce5511a574cf935d6dd545ca0a7f2220793d /doc/bugs | |
parent | 09419b04dcf93cc5d2034d5802ebac6428ea0da6 (diff) | |
parent | 2380f4f5ab7f3a58d7ad19a03756a0352cb2db36 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Uninstalling_removes_libcrypto.dll/comment_3_fad04c6f0c4d46b648d6cabfb59d92cf._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Uninstalling_removes_libcrypto.dll/comment_3_fad04c6f0c4d46b648d6cabfb59d92cf._comment b/doc/bugs/Uninstalling_removes_libcrypto.dll/comment_3_fad04c6f0c4d46b648d6cabfb59d92cf._comment new file mode 100644 index 000000000..96851c557 --- /dev/null +++ b/doc/bugs/Uninstalling_removes_libcrypto.dll/comment_3_fad04c6f0c4d46b648d6cabfb59d92cf._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + subject="comment 3" + date="2014-12-03T17:26:08Z" + content=""" +msysgit does ship a ssh, in Git/bin/ + +So, when git-annex is installed on top of git, it installs its own ssh there, overwriting git's. Removing git-annex will then remove the ssh, and leave git w/o a ssh. +So, that's clearly wrong, although I was not able to reproduce git-annex's ssh being left behind. That must be what happened though, since git's ssh is not linked with libcrypto.dll. + +In any case, there's no reason for git-annex to ship a ssh, since msysgit already does. So I will fix the bug that way. +"""]] |