You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than installing a .git/hooks/prepare-commit-msg file, downstream-cherry-picker should dynamically modify the commit message on the fly during each run.
Some developers have a .git/hooks/prepare-commit-msg file already, and it may have different contents. It would also reduce the things that could go wrong if we cannot install the Gist for some reason, or if we ever have to distribute updates to that Gist.
Alfredo used the following to modify his commit messages to add a "ceph-volume: " prefix:
Rather than installing a
.git/hooks/prepare-commit-msg
file,downstream-cherry-picker
should dynamically modify the commit message on the fly during each run.Some developers have a
.git/hooks/prepare-commit-msg
file already, and it may have different contents. It would also reduce the things that could go wrong if we cannot install the Gist for some reason, or if we ever have to distribute updates to that Gist.Alfredo used the following to modify his commit messages to add a "ceph-volume: " prefix:
We should do something similar with
filter-branch
.The text was updated successfully, but these errors were encountered: