From: https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 Date: Tue, 3 Nov 2015 16:34:40 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~324^2~105^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3789a5af231b7238bced814ca1e76c9e73e071f;p=git-annex.git Added a comment --- diff --git a/doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment b/doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment new file mode 100644 index 0000000000..be38556b05 --- /dev/null +++ b/doc/bugs/any___34__magical__34___cmdline_args_parsing_done_by_annex_leading_to_the_failure_of_parsing_options__63__/comment_2_530eee55ac4f4dfda0d44148249022ed._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" + subject="comment 2" + date="2015-11-03T16:34:39Z" + content=""" +Thank you Joey. I guess my ignorance was in the fact that shell removes those 's if the argument itself is not wrapped: + + + $> /tmp/1.py git annex add -c annex.largefiles='exclude=*.txt' README2.txt + arg: '/tmp/1.py' + arg: 'git' + arg: 'annex' + arg: 'add' + arg: '-c' + arg: 'annex.largefiles=exclude=*.txt' + arg: 'README2.txt' + +Consider it resolve for nowbeing ;) Cheers +"""]]