Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:git:fixing_cygwin_file_mode_changes [2009/11/06 12:12] – created 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 | ||
</ | </ | ||
Line 6: | Line 11: | ||
===== External Links ===== | ===== External Links ===== | ||
* http:// | * http:// | ||
+ | * http:// |