From 5db7c3c8b63019fb40f6cf01f0baf34f962a2ace Mon Sep 17 00:00:00 2001 From: "seanl@fe5df935169a5440a52bdbfc5fece85cdd002d68" Date: Tue, 26 Jan 2021 16:12:31 +0000 Subject: [PATCH] Added a comment: Unless the key is the argument to set --- .../comment_3_4bccfd21e18cac0e735eb1811e48c84d._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/git_annex_config_doesn__39__t_support_leading_dash/comment_3_4bccfd21e18cac0e735eb1811e48c84d._comment diff --git a/doc/bugs/git_annex_config_doesn__39__t_support_leading_dash/comment_3_4bccfd21e18cac0e735eb1811e48c84d._comment b/doc/bugs/git_annex_config_doesn__39__t_support_leading_dash/comment_3_4bccfd21e18cac0e735eb1811e48c84d._comment new file mode 100644 index 0000000000..d7311a63e3 --- /dev/null +++ b/doc/bugs/git_annex_config_doesn__39__t_support_leading_dash/comment_3_4bccfd21e18cac0e735eb1811e48c84d._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="seanl@fe5df935169a5440a52bdbfc5fece85cdd002d68" + nickname="seanl" + avatar="http://cdn.libravatar.org/avatar/082ffc523e71e18c45395e6115b3b373" + subject="Unless the key is the argument to set" + date="2021-01-26T16:12:31Z" + content=""" +I guess if the key is actually an argument to --set and not a positional argument, then `--` shouldn't be expected to work there. In which case maybe it would be good to add `[--]` between the key and value in the man page? +"""]]