summaryrefslogtreecommitdiff
path: root/doc/design/external_special_remote_protocol
diff options
context:
space:
mode:
authorGravatar http://schnouki.net/ <Schnouki@web>2014-02-10 18:22:56 +0000
committerGravatar admin <admin@branchable.com>2014-02-10 18:22:56 +0000
commitaa426b159d55c72a84d4d1dbf899955ed657af3c (patch)
tree3b6aa9643c9335b8bc934d73626eb42f39bb5b13 /doc/design/external_special_remote_protocol
parent7f7e787057dfc317cd5408d64ba76dc755216f5f (diff)
Added a comment
Diffstat (limited to 'doc/design/external_special_remote_protocol')
-rw-r--r--doc/design/external_special_remote_protocol/comment_13_472748f03ba8dad773da7f35b70cb6e4._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol/comment_13_472748f03ba8dad773da7f35b70cb6e4._comment b/doc/design/external_special_remote_protocol/comment_13_472748f03ba8dad773da7f35b70cb6e4._comment
new file mode 100644
index 000000000..f222349c1
--- /dev/null
+++ b/doc/design/external_special_remote_protocol/comment_13_472748f03ba8dad773da7f35b70cb6e4._comment
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="http://schnouki.net/"
+ nickname="Schnouki"
+ subject="comment 13"
+ date="2014-02-10T18:22:55Z"
+ content="""
+First things first: in the documentation, I think `SETCONFIG Setting` should be `SETCONFIG Setting Value`.
+
+Now a few questions:
+
+- why have `SETCREDS` and `GETCREDS` have both a username and a password? I'd like to use them to store a OAuth token, but because of this I also have to store a dummy value, which seems weird to me. Is it possible to just do `SETCREDS oauth_token XXXYYY123456`?
+- about `PROGRESS`: my remote is sending `PROGRESS xxx` every 64kb uploaded or downloaded, but no upload/download progress is displayed by git-annex. Is this normal? Should I do it myself, or will it be done by a future version of git-annex?
+
+Joey, thanks a lot for all your work on git-annex :)
+"""]]