diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-15 13:26:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-15 13:26:23 -0400 |
commit | 461f38d43fa620f209fcb2a21cf5a985a93149e7 (patch) | |
tree | 1e28b61e4c2053c2da724e34a33a7fa66885f06a /doc/todo | |
parent | 989dc89135e694ecc662bf6f553bad9bdeffb7b4 (diff) |
comment
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/git_annex_info___60__remote__62___does_not_list_all_the_parameters_for_the_remote/comment_1_875fdf1aacff3cc2c3732450f052d711._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/git_annex_info___60__remote__62___does_not_list_all_the_parameters_for_the_remote/comment_1_875fdf1aacff3cc2c3732450f052d711._comment b/doc/todo/git_annex_info___60__remote__62___does_not_list_all_the_parameters_for_the_remote/comment_1_875fdf1aacff3cc2c3732450f052d711._comment new file mode 100644 index 000000000..a9ca1a645 --- /dev/null +++ b/doc/todo/git_annex_info___60__remote__62___does_not_list_all_the_parameters_for_the_remote/comment_1_875fdf1aacff3cc2c3732450f052d711._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2017-08-15T17:20:10Z" + content=""" +This is an external special remote, and the meaning of prefix= and other +parameters used when initializing an external special remote is up to that +special remote. + +For all git-annex knows, that may be some kind of binary +value, or access token that you don't want scrawled on the screen. It makes +sense for `git-annex info` not to display this stuff since it does not know +what it is. + +It might make sense to extend the external special remote protocol +with a command to get additional info to display. +"""]] |