virtio-win / kvm-guest-drivers-windows

Windows paravirtualized drivers for QEMU\KVM
https://www.linux-kvm.org/page/WindowsGuestDrivers
BSD 3-Clause "New" or "Revised" License
1.92k stars 377 forks source link

Fix git executable flag #1043

Open davispuh opened 4 months ago

davispuh commented 4 months ago

Source code files shouldn't be executable but only *.{bat,cmd} files.

Currently a lot of files are marked executable in git. This PR fixes that so that only .bat/.cmd are.

Note that on Windows this doesn't make any difference because of Git's filemode = false setting so it always ignores mode.