summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-12-03 17:26:08 +0000
committerGravatar admin <admin@branchable.com>2014-12-03 17:26:08 +0000
commit2380f4f5ab7f3a58d7ad19a03756a0352cb2db36 (patch)
treeb23fc028572fd0c91a244e7a4014344fb2cd87ca
parente7ff8042d68c8e19545844f3c7a7190f043b3915 (diff)
Added a comment
-rw-r--r--doc/bugs/Uninstalling_removes_libcrypto.dll/comment_3_fad04c6f0c4d46b648d6cabfb59d92cf._comment12
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.
+"""]]