I have one system with msys2, and another system with Ubuntu.
Files in Unix have the executable attribute.
Files in msys2 (NTFS based) do not have the executable attribute (although msys2 "fakes" it by looking for the shebang in the first line of each file, at least for ls
).
When exchanging files with bzr
(via commit
, e.g.), I would like bzr
to ignore the executable attribute as a parameter for determining what to commit. Otherwise, when committing from my msys2 system I would mess the repository.
Is this possible?
EDIT: Actually, msys2 does not have other attributes as well, so I would like to ignore all that differs from Unix.