summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-01 14:25:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-01 14:25:58 -0400
commite4527b5febcbb22f7d0654cec98f4445664739dd (patch)
treed2257ee21b8a05091424fa5002b401bfb2fb28aa /doc
parent6cb6e88acd87daff9f976531253af44616100ec7 (diff)
parentd719a2eee41d4395bd332a65c233f7e0edab5cb1 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/special_remotes/S3/comment_24_b209474b90befc79a7139d6c5703e2d8._comment9
-rw-r--r--doc/todo/Nearline_support/comment_5_81b487864dbe7f4934f354839273fb69._comment11
-rw-r--r--doc/todo/Recommended_route_to_learning_Haskell__63__.mdwn3
3 files changed, 23 insertions, 0 deletions
diff --git a/doc/special_remotes/S3/comment_24_b209474b90befc79a7139d6c5703e2d8._comment b/doc/special_remotes/S3/comment_24_b209474b90befc79a7139d6c5703e2d8._comment
new file mode 100644
index 000000000..5d28cad7f
--- /dev/null
+++ b/doc/special_remotes/S3/comment_24_b209474b90befc79a7139d6c5703e2d8._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91"
+ nickname="justin.lebar"
+ avatar="http://cdn.libravatar.org/avatar/9fca4b61a1ab555f231851e7543f9a3e"
+ subject="comment 24"
+ date="2016-11-01T04:10:25Z"
+ content="""
+Is it possible to edit an existing special remote to set embedcreds to true?
+"""]]
diff --git a/doc/todo/Nearline_support/comment_5_81b487864dbe7f4934f354839273fb69._comment b/doc/todo/Nearline_support/comment_5_81b487864dbe7f4934f354839273fb69._comment
new file mode 100644
index 000000000..a661dc17d
--- /dev/null
+++ b/doc/todo/Nearline_support/comment_5_81b487864dbe7f4934f354839273fb69._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91"
+ nickname="justin.lebar"
+ avatar="http://cdn.libravatar.org/avatar/9fca4b61a1ab555f231851e7543f9a3e"
+ subject="comment 5"
+ date="2016-11-01T04:11:20Z"
+ content="""
+BTW I've been using this for the past few weeks, and it works great! Thank you for helping get this working.
+
+(Of course, there's now coldine to make work. But I don't have so much data that this makes a big difference to me. :)
+"""]]
diff --git a/doc/todo/Recommended_route_to_learning_Haskell__63__.mdwn b/doc/todo/Recommended_route_to_learning_Haskell__63__.mdwn
new file mode 100644
index 000000000..5c55be3c3
--- /dev/null
+++ b/doc/todo/Recommended_route_to_learning_Haskell__63__.mdwn
@@ -0,0 +1,3 @@
+Like many, I'm an experienced coder in procedural and object-oriented languages only.
+
+Could you recommend a route to learning Haskell I could work on a little bit every month, such that I might eventually become familiar enough to hack on git-annex?