aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f81 <mbekkema97@web>2018-01-13 03:36:34 +0000
committerGravatar admin <admin@branchable.com>2018-01-13 03:36:34 +0000
commitb750bbcff9b70d28e1b7826811abac5aad841898 (patch)
tree261191f8c2a9254391f39540b415e4742b75f00b /doc/todo
parent20efa31241c8fed8aaa2c1e7305ce5453a6496f0 (diff)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/support_.netrc_for_fsck_--from_web.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/support_.netrc_for_fsck_--from_web.mdwn b/doc/todo/support_.netrc_for_fsck_--from_web.mdwn
new file mode 100644
index 000000000..3a8d4672b
--- /dev/null
+++ b/doc/todo/support_.netrc_for_fsck_--from_web.mdwn
@@ -0,0 +1,10 @@
+On my computer, `git annex get filename --from web` uses wget which does support
+.netrc, but for some reason `git annex fsck filename --from web` does not.
+Instead, I get a message that the content is missing and git annex is "fixing
+location log" (slightly unrelated question, but is there any way to stop it from
+doing this? Just because a URL isn't accessible now, doesn't mean it's content
+is gone permanently).
+
+I do not want to encode my credentials into the URLs (eg.
+username:password@example.com) because my password changes frequently and I would
+have to update all of the URLs.