diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-02-26 17:20:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-02-26 17:20:13 +0000 |
commit | 20d35e600e926fafbc3107c1a9d884c794ad76a8 (patch) | |
tree | 0605dc9a4754b9e4a6b1ffaf71a7377d196d6acc /doc | |
parent | 269e06d76ce14845ec9dd51b77badd37d074dde3 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment b/doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment new file mode 100644 index 000000000..f61c772eb --- /dev/null +++ b/doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.210" + subject="comment 6" + date="2013-02-26T17:20:13Z" + content=""" +The recent switch to using the Glob library seems to be responsible for this problem. It seems that +with Glob, \"*\" matches \"foo\", but not \"directory/foo\", so the \"*\" in preferred content for backup repositories matches only files in the top directory! + +Writing test cases and fixing this now. +"""]] |