#7961·gitbutler

Better support for filemode changes

Author: tumukeiCreated Apr 3, 2025Updated Sep 5, 2026
Labelsbugos:windows

Version

0.14.13

Operating System

Windows

Distribution Method

msi (Windows)

Describe the issue

GitButler can lose filemodes from files (mainly executable +x, from .sh files) when doing changes. Also losing the filemode (as shown by git ls-files --stage) and manually adding it with git-update-index --chmod=+x file.sh in workspace is not displayed in any useful way and is not included in commit and push.

How to reproduce (Optional)

No response

Expected behavior (Optional)

No response

Relevant log output (Optional)

bash