Community
Participate
Working Groups
Often after commit the committed files left with different permissions than in the repository. git diff from command line reports: diff --git a/file b/file mode 100644 new mode 100755 It does not happen all the time but still many times. git checkout -f would fix the problem. I am using Windows XP and git from cygwin.
Closing as duplicate *** This bug has been marked as a duplicate of bug 307560 ***