diff --git a/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn b/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn index f4f0b7bced..68efc0d1ac 100644 --- a/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn +++ b/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn @@ -17,6 +17,6 @@ And then I'd do something like: to remove the files that didn't get annexed in this run. That way, only one filename would ever point to a particular SHA1. -I want this because I have copies of various of mine (photos, in particular) scattered across various hard disks. +I want this because I have copies of various of mine (photos, in particular) scattered across various hard disks. If this feature existed, I could comfortably toss them all into one git annex that grew, bit by bit, to store all of these files exactly once. (I would be even happier for "git annex add --unlink-duplicates .")