Conversation
For real files, git only distinguish between executable or not, and the mode of a checked-out file is either 644 or 755.
|
Gentle ping! |
|
This seems to depend on the system, and the patch will fail when I try it. Perhaps the mode can be set explicitly in the Makefile? PS: the entire regtest suite will pass on my system, but can fail on other systems. This should be fixed eventually. |
Ideally, yes, then reverted to the original mode (or to be run in some isolated environment). Does the suite in a fresh checkout pass on your system though? From the Git index format documentation:
Git wouldn't mandate these two modes for existing file (e.g. mode change from 644 to 664 is ignored), but new files would be created with mode 755 or 644. |
|
May I have this merged? If the documentation is not convincing enough, here are the modes of added files in a formatted patch. |
|
The |
|
Thanks! |
For real files, git only distinguish between executable or not, and the mode of a checked-out file is either 644 or 755.