sshiv012 commented on PR #1826: URL: https://github.com/apache/sedona/pull/1826#issuecomment-2691367373
If the files already have the +x flag set, git update-index --chmod=+x does nothing and git thinks there's nothing to commit, even though the flag isn't being saved into the repo. Had to remove the flag, run the git command, then put the flag back. Also set git config core.filemode to false. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
