-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(git): allow to install git-hook functions to local repositories #19685
Conversation
🎉 This PR is included in version 34.88.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
It's for Gerrit support later |
Updated context in PR description |
Thanks for the quick answers! I assume this is the relevant part of #4109, correct?
|
If there are real concern about the hook i can try to avoid it for the Gerrit implementation.
This random value will be added to the commit-msg (a new line) like A random UUID should be sufficient for this. |
Sounds good. let's revert this feature then. |
Sounds cool! I think Renovate should avoid arbitrary code execution as good as possible. |
Could be reverted, i've tried and it works with:
I'm only need to check how this works after the git hash-function-transition. Currently Gerrit (3.7.0) wont accept Change-Ids that are longer then sha1. Sorry for the noise with this PR. |
Changes
Allow to install git-hook functions to local git repositories.
Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: