diff options
author | clacke <clacke@web> | 2015-04-22 13:31:10 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-22 13:31:10 +0000 |
commit | 6dd055a7d8f168564e132adb52fabaa8b1233d9f (patch) | |
tree | 2ea333a23d04125f9d90c051474c355d359fbd68 | |
parent | fd1677427a9af61c9b647df5ed66a9c0b248cf79 (diff) |
Added a comment: workaround
-rw-r--r-- | doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_7_dbe40fef2ba65cc0f1c20f41f2daab4d._comment | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_7_dbe40fef2ba65cc0f1c20f41f2daab4d._comment b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_7_dbe40fef2ba65cc0f1c20f41f2daab4d._comment new file mode 100644 index 000000000..47b00a5f0 --- /dev/null +++ b/doc/forum/Adding_files_with_wildcard_on_Mac_Yosemite/comment_7_dbe40fef2ba65cc0f1c20f41f2daab4d._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="clacke" + subject="workaround" + date="2015-04-22T13:31:10Z" + content=""" +This is a workaround to the missing functionality, generating an `--include` expression: + +[[!format sh \"\"\" +git annex add $(printf -- '--include=*.%s --or ' jp{,e}g avi mov 3gp mp4 tif pdf doc pps bmp png mp{,e}g wav nef thm key.gz ogg ppt gif) --include='*.m4a' +\"\"\"]] +"""]] |