Windows users often have to add .sh files, .py, and so on, which need the +x permission bit. The only known solution is to open Terminal and type in `git update-index --chmod=+x $FILE`
It would be a very big improvement, to add a right-click context menu, or even to create a git config option to do this automatically for filenames matching a pattern (such as `.sh|.py`).