Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:git:fixing_cygwin_file_mode_changes [2009/11/06 12:35] – billh | docs:git:fixing_cygwin_file_mode_changes [2009/11/06 12:45] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== fixing cygwin filemode changes ====== | ====== fixing cygwin filemode changes ====== | ||
- | Although I haven' | + | ** UPDATE ** |
+ | This may have been a Vim issue for me. After modifying a file and saving in Win32 Vim, the filemode was changed and git would say there was a change. | ||
+ | :set backupcopy=yes | ||
+ | </ | ||
+ | |||
+ | If something else causes this that you can' | ||
git repo-config core.fileMode false | git repo-config core.fileMode false | ||
</ | </ |