Re: [PATCH] Turn off executable permissions for a number of source files

2021-08-03 Thread Joel Sherrill
On Tue, Aug 3, 2021 at 10:14 AM Gedare Bloom wrote: > > We should recommend the use of > git config core.fileMode=false Can't blanket turn off execute because of scripts at the top or waf. We just need to be more careful. > > cleanup mode is fine thanks > > On Mon, Aug 2, 2021 at 1:37 PM Joel

Re: [PATCH] Turn off executable permissions for a number of source files

2021-08-03 Thread Gedare Bloom
We should recommend the use of git config core.fileMode=false cleanup mode is fine thanks On Mon, Aug 2, 2021 at 1:37 PM Joel Sherrill wrote: > > Cloning under Cygwin turned off executable permission on these > files. This shows them as modified even though they have not > explicitly been touc