Re: git and filemodes

2021-12-27 Thread Jim Garrison via Cygwin
On 12/27/2021 3:13 PM, Adam Dinwoodie wrote: [snip] This is normal Git behaviour: it doesn't record detailed file permissions, only presence or absence of an executable bit. It only ever shows file permissions as 644 (meaning "not executable") or 755 (meaning "executable"). Specifically, the co

git and filemodes

2021-12-27 Thread Jim Garrison via Cygwin
Win 10 20H2 with latest Cygwin $ cygcheck -c cygwin git Cygwin Package Information Package VersionStatus cygwin 3.3.3-1OK git 2.34.1-1 OK $ git diff .gitignore warning: LF will be replaced by CRLF in .gitignore. The file will hav