-
When I move a patch into new commit, a commit message starting with "Split from" is used for the new message. On my project a git hook checks the format of the commit message so the commit fails. To solve this, I have to commit myself with a message following the project pattern and continue the rebase. I haven't found anything in the documentation but just in case: is it possible to configure a message template for this case? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It unfortunately isn't, and I think (may be wrong tho) that there's a feature request for prompting the user for a commit message when commiting a patch, but if you look for it and fail to find it, please turn this discussion into one. |
Beta Was this translation helpful? Give feedback.
It unfortunately isn't, and I think (may be wrong tho) that there's a feature request for prompting the user for a commit message when commiting a patch, but if you look for it and fail to find it, please turn this discussion into one.