diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-26 16:31:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-26 16:31:31 -0400 |
commit | 49ba2adaed20d79217ccb5c6d95132c70264d95d (patch) | |
tree | 78053d55806b1df727e38cf740a3efcb8bb4de61 /doc | |
parent | e0686590296236ab118308910013f84e3eb5fc0e (diff) |
format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment | 2 |
1 files changed, 1 insertions, 1 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 index f61c772eb..830a1c631 100644 --- 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 @@ -5,7 +5,7 @@ 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! +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. """]] |