builtbybel / bloatbox

☑️🌠 Remove Bloatwares from Windows 10
https://www.builtbybel.com/apps/bloatbox
GNU General Public License v3.0
1.74k stars 103 forks source link

Duplicate files in repository #5

Closed gregsskyles closed 4 years ago

gregsskyles commented 4 years ago

In src/Bloatbox/Resources/ you have both Bloatbox.txt and bloatbox.txt which differ only in the initial upper or lower case 'b'. The files are identical at the moment; however if they end up differing in the future you might have a problem. For example, a git clone to a Windows system will cause git to pick just one of them to keep.

Belim commented 4 years ago

Thanks to such direct feedback. I wasn't aware that git handled it this way. I have removed the duplicate bloatbox.txt. I have indeed released this one in the last release as Bloatbox.txt

gregsskyles commented 4 years ago

No worries, mate! (As we say down here in Australia) Git, having been developed on Linux, respects the case of (the characters in) file names, which most of us who spend most of our time on Windows tend to forget. I know I do. Thanks for fixing it; I think it will help reduce issues in the future, or at least, confusion in the present.