I notice that in all the project .git folders, core.filemode
property is set to true. So I encounter so many unmodified files
reported as modified when I run git status, and conflicts leading to an abort of git pull.
This is what I found.
This is what I found.
diff --git a/test/csit/suites/
old mode 100644
new mode 100755
A related question on Stack Overflow - http://stackoverflow.com/ questions/1257592/how-do-i- remove-files-saying-old-mode- 100755-new-mode-100644-from- unstaged-cha
While I am not sure why git core.filemode set to true in .git/config files in OpenDaylight, setting it false helped me fix this block on git pull.
No comments:
Post a Comment
You are welcome to provide your opinions in the comments. Spam comments and comments with random links will be deleted.