I have an entire git repo where I'd like to rename all the files and direcories to lowercase.
Running on Win7, I've added igorecase = false to the gitconfig and renamed a few files through eclipse. The resulting commit now has the two files, one all lowercase and one with upper and lowecase.
Removing the 'undesired' file would dump the version history which is not ideal...
So what is potential method to achieve my goal - thinking only option is batch/shell (not sure how to do recursive directory stuff in there but hopefully someone will be kind ;) )
Any tips recieved with massive thanks and hugs.