Use more sensible executable flags for source files

My motivation at the moment is that I'm trying to share a
git checkout between multiple VMs using VirtualBox's Shared
Folders feature.  git in the guest VM isn't able to see the
executable bits from the host due to the VirtualBox/SMB/CIFS
layer.  Instead, it thinks text files are non-executable,
unless they have a shebang line.  That's a sensible way to
set the flags anyway, so set them like that.

With this commit, there's still one file that isn't handled:
src/shared/GetCommitHash.cmd.  It's still marked executable,
but it lacks a shebang line, so the guest thinks it's
non-executable.  I'm not sure it should be changed.
This commit is contained in:
Ryan Prichard 2016-04-20 21:38:09 -07:00
parent 2e661f15fd
commit 5a65fdc11c
67 changed files with 0 additions and 0 deletions

0
README.md Executable file → Normal file
View File

0
RELEASES.md Executable file → Normal file
View File

0
VERSION.txt Executable file → Normal file
View File

0
misc/BufferResizeTests.cc Executable file → Normal file
View File

0
misc/ChangeScreenBuffer.cc Executable file → Normal file
View File

0
misc/ClearConsole.cc Executable file → Normal file
View File

0
misc/DebugClient.py Normal file → Executable file
View File

0
misc/DebugServer.py Normal file → Executable file
View File

0
misc/MouseInputNotes.txt Executable file → Normal file
View File

0
misc/ScreenBufferFreezeInactive.cc Executable file → Normal file
View File

0
misc/ScreenBufferTest.cc Executable file → Normal file
View File

0
misc/SetCursorPos.cc Executable file → Normal file
View File

0
misc/Spew.py Normal file → Executable file
View File

0
misc/TestUtil.cc Executable file → Normal file
View File

0
misc/UnicodeWideTest1.cc Executable file → Normal file
View File

0
misc/UnicodeWideTest2.cc Executable file → Normal file
View File

0
misc/VeryLargeRead.cc Executable file → Normal file
View File

0
misc/Win10ResizeWhileFrozen.cc Executable file → Normal file
View File

0
misc/Win10WrapTest1.cc Executable file → Normal file
View File

0
misc/Win10WrapTest2.cc Executable file → Normal file
View File

0
misc/build_win32.sh Normal file → Executable file
View File

0
src/agent/ConsoleLine.cc Executable file → Normal file
View File

0
src/agent/ConsoleLine.h Executable file → Normal file
View File

0
src/agent/DebugShowInput.cc Executable file → Normal file
View File

0
src/agent/DebugShowInput.h Executable file → Normal file
View File

0
src/agent/DefaultInputMap.cc Executable file → Normal file
View File

0
src/agent/DefaultInputMap.h Executable file → Normal file
View File

0
src/agent/InputMap.cc Executable file → Normal file
View File

0
src/agent/InputMap.h Executable file → Normal file
View File

0
src/agent/LargeConsoleRead.cc Executable file → Normal file
View File

0
src/agent/LargeConsoleRead.h Executable file → Normal file
View File

0
src/agent/SimplePool.h Executable file → Normal file
View File

0
src/agent/UnicodeEncoding.h Executable file → Normal file
View File

0
src/agent/UnicodeEncodingTest.cc Executable file → Normal file
View File

0
src/configurations.gypi Executable file → Normal file
View File

0
src/shared/Buffer.cc Executable file → Normal file
View File

0
src/shared/GenRandom.cc Executable file → Normal file
View File

0
src/shared/GenRandom.h Executable file → Normal file
View File

0
src/shared/OsModule.h Executable file → Normal file
View File

0
src/shared/OwnedHandle.cc Executable file → Normal file
View File

0
src/shared/OwnedHandle.h Executable file → Normal file
View File

0
src/shared/PrecompiledHeader.h Executable file → Normal file
View File

0
src/shared/StringBuilder.h Executable file → Normal file
View File

0
src/shared/StringBuilderTest.cc Executable file → Normal file
View File

0
src/shared/TimeMeasurement.h Executable file → Normal file
View File

0
src/shared/UnixCtrlChars.h Executable file → Normal file
View File

0
src/shared/WindowsSecurity.cc Executable file → Normal file
View File

0
src/shared/WindowsSecurity.h Executable file → Normal file
View File

0
src/shared/WindowsVersion.cc Executable file → Normal file
View File

0
src/shared/WindowsVersion.h Executable file → Normal file
View File

0
src/shared/WinptyAssert.cc Executable file → Normal file
View File

0
src/shared/WinptyAssert.h Executable file → Normal file
View File

0
src/shared/WinptyException.cc Executable file → Normal file
View File

0
src/shared/WinptyException.h Executable file → Normal file
View File

0
src/shared/WinptyVersion.cc Executable file → Normal file
View File

0
src/shared/WinptyVersion.h Executable file → Normal file
View File

0
src/subdir.mk Executable file → Normal file
View File

0
src/tests/subdir.mk Executable file → Normal file
View File

0
src/tests/trivial_test.cc Executable file → Normal file
View File

0
src/unix-adapter/DualWakeup.h Executable file → Normal file
View File

0
src/unix-adapter/Event.h Executable file → Normal file
View File

0
src/unix-adapter/InputHandler.cc Executable file → Normal file
View File

0
src/unix-adapter/InputHandler.h Executable file → Normal file
View File

0
src/unix-adapter/OutputHandler.cc Executable file → Normal file
View File

0
src/unix-adapter/OutputHandler.h Executable file → Normal file
View File

0
src/unix-adapter/Util.cc Executable file → Normal file
View File

0
src/unix-adapter/Util.h Executable file → Normal file
View File