summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-04 15:30:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-04 15:30:51 -0400
commitd4790d499ab249960f50134ef5b46b1bb6e8e134 (patch)
tree597102eb92fb9b4fed4f629b22d1312a0bb6dcca
parent6b0ee8a9721eaf8a62b187e9b52c21269b630301 (diff)
fixed build is ready
-rw-r--r--doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_11_28bfd4d05068748fab2daf1baa2a83cc._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_11_28bfd4d05068748fab2daf1baa2a83cc._comment b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_11_28bfd4d05068748fab2daf1baa2a83cc._comment
new file mode 100644
index 000000000..8772b7307
--- /dev/null
+++ b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_11_28bfd4d05068748fab2daf1baa2a83cc._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 11"""
+ date="2015-08-04T19:03:54Z"
+ content="""
+I took another look at this, and I have a suspicion that the difference is
+window's behavior when an env var is set to the empty string.
+
+On Unix, that has a distinct meaning from an env var being set. I suspect
+that it doesn't on Windows. Or perhaps on some versions of windows and/or
+some versions of haskell libraries on some versions of windows... (Since I
+still can't reproduce the problem on windows myself.)
+
+If `GIT_ANNEX_SSHOPTION=""` results in it not being set, then the rest
+of this bug report follows.
+
+I've made a simple change. If the option is empty, it doesn't try to set
+`GIT_SSH` at all. I am pretty sure this entirely fixes the problem.
+
+Please test the windows daily build, which has this fix applied to it,
+and get back to me if not.
+"""]]