From: seanl@fe5df935169a5440a52bdbfc5fece85cdd002d68 Date: Tue, 26 Jan 2021 16:10:23 +0000 (+0000) Subject: Added a comment: -- works between the value and the option X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~98^2~143 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4246a5eaba19058444b10678159b992225c701f3;p=git-annex.git Added a comment: -- works between the value and the option --- diff --git a/doc/bugs/git_annex_config_doesn__39__t_support_leading_dash/comment_2_5955aa81d3fd946ce648c4cc3805eb5f._comment b/doc/bugs/git_annex_config_doesn__39__t_support_leading_dash/comment_2_5955aa81d3fd946ce648c4cc3805eb5f._comment new file mode 100644 index 0000000000..65ee61b65a --- /dev/null +++ b/doc/bugs/git_annex_config_doesn__39__t_support_leading_dash/comment_2_5955aa81d3fd946ce648c4cc3805eb5f._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="seanl@fe5df935169a5440a52bdbfc5fece85cdd002d68" + nickname="seanl" + avatar="http://cdn.libravatar.org/avatar/082ffc523e71e18c45395e6115b3b373" + subject="-- works between the value and the option" + date="2021-01-26T16:10:22Z" + content=""" +I had been putting the `--` between `--set` and the value rather than between the value and the option. As I understand it, the traditional meaning of `--` is \"all arguments after this point are positional\", which would mean it should work anywhere as long as it's after the last option argument. So I guess the title of this bug should be \"-- only works just in front of the value\"? +"""]]