Re: [libvirt] proposal: file renames for consistency

2018-08-23 Thread Daniel P . Berrangé
On Wed, Aug 22, 2018 at 03:25:31PM -0500, Eric Blake wrote: > We have an inconsistent mix of multi-word file names that use dash vs. > underscore to separate those words. > > $ git ls-files '**/*_*' | wc >24972497 146485 > $ git ls-files '**/*-*' | wc >81478147 26 > > Some

Re: [libvirt] proposal: file renames for consistency

2018-08-23 Thread Andrea Bolognani
On Wed, 2018-08-22 at 15:25 -0500, Eric Blake wrote: [...] > So, would anyone like a beginner's project of consistently renaming > files, and/or would anyone object if I submitted some patches along > those lines? I like the idea. Consistency FTW! After the switch, we should make sure

[libvirt] proposal: file renames for consistency

2018-08-22 Thread Eric Blake
We have an inconsistent mix of multi-word file names that use dash vs. underscore to separate those words. $ git ls-files '**/*_*' | wc 24972497 146485 $ git ls-files '**/*-*' | wc 81478147 26 Some of those are overlaps (meaning we can't make up our minds), such as: