From 096af25206cf516a774336ece9194d9b80aa89f0 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 30 May 2014 00:32:25 +0000 Subject: [PATCH 1/2] Added a comment --- ...mment_2_0f434dfe80e90951870218bc1b76c374._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/view_git_annex_log_in_webapp/comment_2_0f434dfe80e90951870218bc1b76c374._comment diff --git a/doc/todo/view_git_annex_log_in_webapp/comment_2_0f434dfe80e90951870218bc1b76c374._comment b/doc/todo/view_git_annex_log_in_webapp/comment_2_0f434dfe80e90951870218bc1b76c374._comment new file mode 100644 index 0000000000..f9e14a55f3 --- /dev/null +++ b/doc/todo/view_git_annex_log_in_webapp/comment_2_0f434dfe80e90951870218bc1b76c374._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.176" + subject="comment 2" + date="2014-05-30T00:32:25Z" + content=""" +I don't understand this request at all + +* There are plenty of console emulators with bidi support. If you need bidi support, surely you have already found and are using one of them? +* `git annex log` does not output much that seems likely to need bidi support. At least no more than any other git-annex command, specifically names of remotes, and names of files. +* `git annex log` is a low-level tool, almost a debugging tool. Users of the webapp might be interested in which repositories a file has gotten to, but surely not the history of past locations of files. +"""]] From d4d699ee731f35143100da362ce9eb3e4c3bf40c Mon Sep 17 00:00:00 2001 From: go8ose Date: Fri, 30 May 2014 10:28:38 +0000 Subject: [PATCH 2/2] Added a comment --- ...comment_2_db0a5652d76e4e568a4d7808195bc59c._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/How_to_debug_failing_sync/comment_2_db0a5652d76e4e568a4d7808195bc59c._comment diff --git a/doc/forum/How_to_debug_failing_sync/comment_2_db0a5652d76e4e568a4d7808195bc59c._comment b/doc/forum/How_to_debug_failing_sync/comment_2_db0a5652d76e4e568a4d7808195bc59c._comment new file mode 100644 index 0000000000..bf707ecb14 --- /dev/null +++ b/doc/forum/How_to_debug_failing_sync/comment_2_db0a5652d76e4e568a4d7808195bc59c._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="go8ose" + ip="59.167.191.61" + subject="comment 2" + date="2014-05-30T10:28:38Z" + content=""" +I was shown a password prompt for the remote. Then I realised I was controlling my ~/.ssh/authorized_keys file with puppet, which would have removed the public key that annex would have added to that file. I'm sure that once I fix that up, I'll get it working again. + +Thanks for the CLI suggestion. +"""]]