diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-16 14:15:53 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-16 14:15:53 -0400 |
commit | 1c6ce6ab5c32bf14e1022c1ba0c08bfff79edba3 (patch) | |
tree | ced363378ed6af718a94460a52da435586150d68 | |
parent | c6c26d77ce352b1eeb29dd187ff764dd1a8c1e64 (diff) |
comment
-rw-r--r-- | doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment b/doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment new file mode 100644 index 000000000..b0158daa7 --- /dev/null +++ b/doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-11-16T18:11:02Z" + content=""" +I think what's going on here is that -cfoo=bar is the same as -c foo=bar, +and in this case the "foo" happens to contain a space. Since a -c config +can be passed through to git to override any git config, git-annex doesn't +try to validate them. +"""]] |