summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-15 13:26:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-15 13:26:23 -0400
commit461f38d43fa620f209fcb2a21cf5a985a93149e7 (patch)
tree1e28b61e4c2053c2da724e34a33a7fa66885f06a /doc
parent989dc89135e694ecc662bf6f553bad9bdeffb7b4 (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/git_annex_info___60__remote__62___does_not_list_all_the_parameters_for_the_remote/comment_1_875fdf1aacff3cc2c3732450f052d711._comment17
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.
+"""]]