aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment')
-rw-r--r--doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment10
1 files changed, 0 insertions, 10 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
deleted file mode 100644
index b0158daa7..000000000
--- a/doc/bugs/does_not_complain__47__fail_if_by_mistake_option_value_passed_within_arg_for__-c/comment_1_e4a67f2feaf7060ce56c37d6a82b5003._comment
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!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.
-"""]]