summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar threadshuffle <threadshuffle@web>2015-08-04 21:46:17 +0000
committerGravatar admin <admin@branchable.com>2015-08-04 21:46:17 +0000
commitc3ee0483352e0a76a1d58dc3ffffc00985de4c6c (patch)
tree26bb2df61fa73163fd69de30b5c2f0bbc6081f63
parent392dea216eefbca5f338797c36a1154ab3ce33ce (diff)
Added a comment
-rw-r--r--doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment
new file mode 100644
index 000000000..4d1ae78c1
--- /dev/null
+++ b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment
@@ -0,0 +1,29 @@
+[[!comment format=mdwn
+ username="threadshuffle"
+ subject="comment 16"
+ date="2015-08-04T21:46:17Z"
+ content="""
+Installed build 4839 and everything seems to work. One quick question though, doing sync on an origin and clone repos, shouldn't it make the git annex list look the same on both? I'm getting on the remote
+<pre>
+me@mint64vm ~/ga $ git annex list
+here
+|web
+||
+X_ me
+X_ me_local
+X_ me_origin
+</pre>
+And on the clone (after some copying, moving, dropping and sync)
+<pre>
+C:\Users\me\q\ga>git annex list
+here
+|origin
+||web
+|||bittorrent
+||||
+_X__ me
+_X__ me_local
+_X__ me_origin
+</pre>
+And, of course, thanks for the fix.
+"""]]