diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-30 14:52:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-30 14:52:12 -0400 |
commit | f3de5fd2959f258d35a73b9c9a81d7a95bf7f61f (patch) | |
tree | c4530483d2d84a8f91cc001d4d371c4b63e3703f | |
parent | 5576c2035710948842f4b2d2063bc4dcebf090b8 (diff) | |
parent | befc27f94ea592d650748596a8602d3855228271 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
2 files changed, 22 insertions, 0 deletions
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 000000000..bf707ecb1 --- /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. +"""]] 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 000000000..f9e14a55f --- /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. +"""]] |