実行権限をつけるとき。
$ git update-index --add --chmod=+x [filename]
実行権限を外すとき。
$ git update-index --add --chmod=-x [filename]
$ git config core.filemode false