bneradt commented on pull request #7071: URL: https://github.com/apache/trafficserver/pull/7071#issuecomment-675798473
This would be helpful to backport to 9.0.x. ### Backport Rationale If we do not backport, people will face an annoyance if they transition from master branch back to 9.0.x branch locally. Until they perform a make or make install, they will have the master's version of the .git/hooks/pre-commit hook which will try to reference tools/autopep8.sh which will no longer exist in the 9.0.x branch. The solution will be to perform a make install which will correct the .git/hooks/pre-commit hook, but if they don't they'll be confused as to why their pre-commit hook doesn't work when it says it cannot access tools/autopep8.sh. I assume this happened when we first introduced tools/clang-format.sh as well. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
