winpty/misc
Ryan Prichard 5a65fdc11c 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.
2016-04-20 21:44:44 -07:00
..
.gitignore Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
BufferResizeTests.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
build_win32.sh Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
ChangeScreenBuffer.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
ClearConsole.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
color-test.sh Add more line-overwriting tests to color-test.sh. 2015-10-15 17:51:00 -05:00
DebugClient.py Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
DebugServer.py Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
DumpLines.py Rewrite resize logic, introduce "direct mode", and tweak scroll scraping. 2015-09-29 02:32:49 -05:00
font-notes.txt Rename font-notes: this file isn't really Markdown. 2016-02-24 19:54:09 -06:00
FormatChar.h Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
MouseInputNotes.txt Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
Notes.txt Move Notes.txt into the misc subdirectory 2015-11-29 03:33:38 -06:00
OSVersion.cc Add OSVersion utility 2015-10-19 23:27:00 -05:00
QueryFont.cc Get many misc test programs compiling again after the src reorg 2016-01-15 03:08:10 -06:00
ScreenBufferFreezeInactive.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
ScreenBufferTest2.cc Get many misc test programs compiling again after the src reorg 2016-01-15 03:08:10 -06:00
ScreenBufferTest.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
SelectAllTest.cc Get many misc test programs compiling again after the src reorg 2016-01-15 03:08:10 -06:00
SetCursorPos.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
SetFont.cc Get many misc test programs compiling again after the src reorg 2016-01-15 03:08:10 -06:00
ShowArgv.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
ShowConsoleInput.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
Spew.py Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
TestUtil.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
UnicodeDoubleWidthTest.cc Get many misc test programs compiling again after the src reorg 2016-01-15 03:08:10 -06:00
UnicodeWideTest1.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
UnicodeWideTest2.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
UnixEcho.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
Utf16Echo.cc s/UnicodeTest1/Utf16Echo/ and output arbitrary UTF-16 codepoints. 2015-10-10 15:04:48 -05:00
VeryLargeRead.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
VkEscapeTest.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
Win10ResizeWhileFrozen.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
Win10WrapTest1.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
Win10WrapTest2.cc Use more sensible executable flags for source files 2016-04-20 21:44:44 -07:00
Win32Echo1.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
Win32Echo2.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
Win32Test1.cc Get many misc test programs compiling again after the src reorg 2016-01-15 03:08:10 -06:00
Win32Test2.cc Get many misc test programs compiling again after the src reorg 2016-01-15 03:08:10 -06:00
Win32Test3.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
Win32Write1.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00